[Mono-bugs] [Bug 34865][Min] Changed - mcs doesn't report errors of type CS0068 and more funny stuff.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Dec 2002 07:17:23 -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=34865
--- shadow/34865 Sat Dec 7 14:47:59 2002
+++ shadow/34865.tmp.7395 Sun Dec 8 02:17:23 2002
@@ -1,13 +1,13 @@
Bug#: 34865
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaimemonkey@yahoo.es
QAContact: mono-bugs@ximian.com
@@ -80,6 +80,14 @@
------- Additional Comments From martin@ximian.com 2002-12-07 14:45 -------
Reassigning to default owner, setting priority to minor according to our priority rules (mcs doesn't report an error message).
------- Additional Comments From martin@ximian.com 2002-12-07 14:47 -------
Why were all these bugs UNCONFIRMED ?
+
+------- Additional Comments From miguel@ximian.com 2002-12-08 02:17 -------
+This is not really a bug, again, this is a sub-optimal case for
+handling this particular error, but the reason is that we use
+different grammars for interfaces and for structs/methods, so we catch
+the error in a different way: by reporting a parse error.
+
+I am closing the bug.