[Mono-bugs] [Bug 71011][Wis] Changed - We do not report CS1035

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 02:21:16 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71011

--- shadow/71011	2005-01-05 01:18:17.000000000 -0500
+++ shadow/71011.tmp.32445	2005-01-13 02:21:16.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 71011
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,15 @@
 END
 
 ------- Additional Comments From duncan@ximian.com  2005-01-05 01:18 -------
 Created an attachment (id=13644)
 Proposed fix
 
+
+------- Additional Comments From rharinath@novell.com  2005-01-13 02:21 -------
+The proposed fix appears incomplete.  I would expect it to be more like:
+
+  at begin: expecting_end_of_comment = false;
+  at '/*':  expecting_end_of_comment = true;
+  at '*/':  expecting_end_of_comment = false;
+  at end:   Report 1035 if expecting_end_of_comment;
+