[nem-bug] [Nemerle 0001012]: XML comments warnings

feedback at nemerle.org feedback at nemerle.org
Tue May 15 11:57:06 CEST 2007


The following issue has been UPDATED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1012> 
======================================================================
Reported By:                divan
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   1012
Category:                   Compiler (parser/macros engine)
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             05-08-2007 14:21 CEST
Last Modified:              05-15-2007 11:57 CEST
======================================================================
Summary:                    XML comments warnings
Description: 
1) In TyVar.n (r7615) there are warnings about bad xml in comments (caused
by "<:").
2) Warning locations are totally wrong (they point to big blocks, next
line, some mysterious "line 8 position 70").
3) Each warning appears twice, with different locations.

======================================================================

----------------------------------------------------------------------
 divan - 05-14-07 06:07 
----------------------------------------------------------------------
On r7677 there is one more warning, about '&' i suppose.
ParseTree.n(133,5,133,62): warning :
 Cannot parse XML in comment: An error occurred while parsing EntityName.
Line 1
, position 96.
ParseTree.n(133,6,133,14): warning :
 Cannot parse XML in comment: An error occurred while parsing EntityName.
Line 1
, position 96.


Should those comments be modified to be non-xml? I don't like the idea of
xml escaping where no xml is used.

----------------------------------------------------------------------
 divan - 05-15-07 11:57 
----------------------------------------------------------------------
Converted those comments to non-xml (r7684).
Problems 2, 3 remain.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-08-07 14:21 divan          New Issue                                    
05-14-07 06:07 divan          Note Added: 0001893                          
05-15-07 11:57 divan          Note Added: 0001894                          
05-15-07 11:57 divan          Description Updated                          
05-15-07 11:57 divan          Additional Information Updated                    
======================================================================




More information about the bugs mailing list