[Mono-bugs] [Bug 44731][Nor] Changed - Implicit conversion in switch statements should error out

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 17 Jun 2003 16:03:27 -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 ravi@ximian.com.

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

--- shadow/44731	Fri Jun 13 09:32:25 2003
+++ shadow/44731.tmp.5684	Tue Jun 17 16:03:26 2003
@@ -1,17 +1,17 @@
 Bug#: 44731
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: ravi@ximian.com                            
 ReportedBy: mkestner@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Implicit conversion in switch statements should error out
@@ -31,6 +31,9 @@
     }
   }
 }
 
 errors out on csc due to an invalid implicit conversion from uint to
 enumerated type.  mcs compiles without error.
+
+------- Additional Comments From ravi@ximian.com  2003-06-17 16:03 -------
+Wow, I had no idea this was supposed to be done. Assigning to myself