[Mono-bugs] [Bug 49836][Nor] Changed - Problem unboxing with enums

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 18:45:30 -0400 (EDT)


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=49836

--- shadow/49836	2003-10-19 05:32:50.000000000 -0400
+++ shadow/49836.tmp.1182	2003-10-20 18:45:29.000000000 -0400
@@ -2,16 +2,16 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: lmaloney@bigpond.net.au               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Problem unboxing with enums
@@ -35,6 +35,10 @@
 		// This compiles ok
 		mytestenum = (TestEnum) Int32.Parse("1");
 		// This doesn't
 		mytestenum = (TestEnum) int.Parse("1");
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2003-10-20 18:45 -------
+This bug is related to the typecast conversion in there.  Since Martin
+recently reviewed casts, am assigning this to him.