[Mono-bugs] [Bug 31853][Nor] Changed - mcs allows an explicit cast from enum to string

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Oct 2002 23:19:24 -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=31853

--- shadow/31853	Mon Oct  7 00:32:11 2002
+++ shadow/31853.tmp.11181	Tue Oct  8 19:19:24 2002
@@ -1,13 +1,13 @@
 Bug#: 31853
 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: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,9 @@
 
 ~ $ csc /nologo bug31853.cs
 bug31853.cs(10,38): error CS0030: Cannot convert type 'Driver.FooEnum'
 to 'string'
 
 mcs compiles it and should not.
+
+------- Additional Comments From miguel@ximian.com  2002-10-08 19:19 -------
+Fixed.