[Mono-bugs] [Bug 34162][Min] Changed - (multiple) cast in a switch case not handled

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Nov 2002 22:10:15 -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=34162

--- shadow/34162	Mon Nov 18 05:46:16 2002
+++ shadow/34162.tmp.10818	Tue Nov 19 17:10:15 2002
@@ -1,13 +1,13 @@
 Bug#: 34162
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -60,7 +60,12 @@
 			break;
 		}
 	}
 }
 Yes, I know the sample is a bit contrieved, but we need to handle it
 (setting priority to minor).
+
+
+------- Additional Comments From miguel@ximian.com  2002-11-19 17:10 -------
+Fixed on CVS, instead of using the child, we use a new Peel() method.
+