[Mono-bugs] [Bug 75080][Nor] Changed - methods with enum names
confuse mcs and gmcs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 07:57:09 EDT 2005
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 at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75080
--- shadow/75080 2005-06-02 03:12:48.000000000 -0400
+++ shadow/75080.tmp.9796 2005-06-02 07:57:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75080
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: dsilva at ccs.neu.edu
QAContact: mono-bugs at ximian.com
@@ -41,6 +41,11 @@
Compilation failed: 1 error(s), 0 warnings
dsilva at ds:/tmp$ gmcs enum.cs
enum.cs(6) error CS0117: `System.Object' does not contain a definition for
`First'
Compilation failed: 1 error(s), 0 warnings
dsilva at ds:/tmp$
+
+------- Additional Comments From rharinath at novell.com 2005-06-02 07:57 -------
+Fixed MCS in SVN r45321. The fix should get propagated to GMCS during
+the next merge.
+
More information about the mono-bugs
mailing list