- From: Ville Skyttä <ville.skytta@iki.fi>
- Date: Wed, 22 Aug 2007 18:06:37 +0300
- To: "QA-dev" <public-qa-dev@w3.org>
Hi Olivier,
On Wednesday 22 August 2007, you wrote:
> * silencing some debug output
[...]
> @@ -2546,9 +2546,9 @@
> # beyond EOL. If you see this warning in your web server logs, please
> # let the validator developers know, see
> http://validator.w3.org/feedback.html if ((my $l =
> length($File->{Content}->[$err->{line}-1])) < $err->{char}) { -
> warn("Warning: reported error column larger than line length " . -
> "($err->{char} > $l) in $File->{URI} line $err->{line}, " . -
> "OpenSP bug? Resetting to line length.");
> + #warn("Warning: reported error column larger than line length " .
> + # "($err->{char} > $l) in $File->{URI} line $err->{line}, " .
> + # "OpenSP bug? Resetting to line length.");
> $err->{char} = $l;
> }
Do you actually see these messages in the v.w.o logs? This message was added
IIRC on Terje's request hoping that a reproducer will be found and can thus
possibly be fixed in OpenSP. Without the message, finding a reproducer will
be much harder...
Received on Wednesday, 22 August 2007 15:06:40 UTC