[Mono-bugs] [Bug 67711][Nor] Changed - MCS errors when compile a cast in switch/case.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 10 Oct 2004 13:01:54 -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=67711

--- shadow/67711	2004-10-09 16:06:40.000000000 -0400
+++ shadow/67711.tmp.20738	2004-10-10 13:01:54.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 67711
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,15 @@
 
 How often does this happen? 
 Always
 
 ------- Additional Comments From miguel@ximian.com  2004-10-09 16:06 -------
 Fixed on CVS
+
+------- Additional Comments From miguel@ximian.com  2004-10-10 13:01 -------
+My fix broke System compilation.
+
+I attach my current patch, the issue is that after applying this
+patch during System compilation the enumeration System.IO.NotifiersList
+is an enumeration with no fields defined.
+
+