[Mono-bugs] [Bug 29494][Min] Changed - mcs doesn't report 'missing semicolon'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Sep 2002 22:32:49 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29494
--- shadow/29494 Mon Sep 16 08:01:04 2002
+++ shadow/29494.tmp.28254 Wed Sep 25 18:32:49 2002
@@ -1,13 +1,13 @@
Bug#: 29494
Product: Mono/MCS
Version: unspecified
OS: Red Hat 7.3
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: miguel@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
@@ -75,6 +75,10 @@
that would check for cases where the first section of a long statement
actually is a legal C# statement aand warn of the possibility of an
missing semicolon if the entire stetement doesn't compile. This code
segment could be independent of the others.
Well? Considering the fact that i'm not familiar with the compiler ...
+
+------- Additional Comments From miguel@ximian.com 2002-09-25 18:32 -------
+I have improved this now, and will report this particular error, but
+it will require careful crafting in the future to keep the error sane.