[Mono-bugs] [Bug 21096] Changed - Enum casting problem

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Feb 2002 00:47:41 -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=21096

--- shadow/21096	Tue Feb 26 15:47:53 2002
+++ shadow/21096.tmp.21593	Tue Feb 26 19:47:41 2002
@@ -1,14 +1,14 @@
 Bug#: 21096
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_ai@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,10 @@
 
 			i = (int) a;//<- works fine
 			a = (N1.A)i;//<- fails, can't convert
 		}
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2002-02-26 19:47 -------
+Thanks for the bug report!  I have now fixed this, and will be
+comminting shortly.