[Mono-bugs] [Bug 35337][Nor] Changed - Enum to Object conversion

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 17 Feb 2003 02:01:45 -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 miguel@ximian.com.

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

--- shadow/35337	Wed Dec 11 12:16:59 2002
+++ shadow/35337.tmp.30488	Mon Feb 17 02:01:44 2003
@@ -1,13 +1,13 @@
 Bug#: 35337
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_azi@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -33,6 +33,9 @@
 	}
 }
 
 System.Enum is not used as System.Object, so the compiler does not finds 
 a suitable System.Convert.ToInt32 with an Enum parameter and the 
 compilation fails.
+
+------- Additional Comments From miguel@ximian.com  2003-02-17 02:01 -------
+This has been fixed in CVS.