[Mono-bugs] [Bug 32269][Nor] Changed - Cast from enum variable to System.Enum gives null

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 Nov 2002 18:24:11 -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 martin@ximian.com.

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

--- shadow/32269	Mon Nov 18 11:40:44 2002
+++ shadow/32269.tmp.22905	Sun Nov 24 13:24:11 2002
@@ -1,13 +1,13 @@
 Bug#: 32269
 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: andy@nobugs.org               
 QAContact: mono-bugs@ximian.com
@@ -86,6 +86,10 @@
 ------- Additional Comments From lupus@ximian.com  2002-11-18 11:40 -------
 Reassigning the bug to mcs, since it's a compiler bug.
 With current cvs, mcs gives the following error (while csc compiles it
 fine):
 enum-cast3.cs(10) error CS0029: Cannot convert implicitly from
 `object' to `System.Enum'
+
+------- Additional Comments From martin@ximian.com  2002-11-24 13:24 -------
+Fixed in CVS.
+