This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1393 - OpenSP warnings not propagated to templated output
Summary: OpenSP warnings not propagated to templated output
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.7.0
Hardware: Macintosh All
: P2 normal
Target Milestone: 0.7.0
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://www.websitedev.de/markup/valid...
Whiteboard:
Keywords:
Depends on:
Blocks: 13 213 856
  Show dependency treegraph
 
Reported: 2005-05-12 01:08 UTC by Olivier Thereaux
Modified: 2007-08-14 11:26 UTC (History)
1 user (show)

See Also:


Attachments

Description Olivier Thereaux 2005-05-12 01:08:49 UTC
elsif ($err->{type} eq 'W') {
      #@@FIXME: This is borked after templatification.
      # &add_warning($File, 'fake', 'Warning:',
      #  "Line $err->{line}, column $err->{char}: " . &ent($errors[6]));
      #@@FIXME;
...

parse warnings appear to just be zapped out.

These warnings should not be treated (at least in terms of output) the same way as pre-parse warnings. 

See Bug #798
Also related: Bug #213
Comment 1 Olivier Thereaux 2005-05-12 01:12:12 UTC
Setting Target to 0.7.0, as this is template-related.
Comment 2 Olivier Thereaux 2005-05-16 08:39:37 UTC
working on it
Comment 3 Olivier Thereaux 2005-05-16 08:44:47 UTC
Working (but can be made more efficient/elegant) solution
http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check revision 1.419
Comment 4 Olivier Thereaux 2005-06-02 06:58:57 UTC
slightly cleaned up code in 
http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check revision 1.420

I am considering this done. Closing.