[Mono-bugs] [Bug 60247][Maj] Changed - Mono.CSharp.CSharpCodeGenerator.GenerateLabeledStatement method code is incorrect

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 13:19:41 -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 jackson@ximian.com.

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

--- shadow/60247	2004-06-23 08:15:25.000000000 -0400
+++ shadow/60247.tmp.14596	2004-06-23 13:19:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60247
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: jackson@ximian.com                            
 ReportedBy: alex@x-tensive.com               
 QAContact: mono-bugs@ximian.com
@@ -42,6 +42,15 @@
 
 			output.Write( GetSafeName (statement.Label) 
 + ": " );
 			if ( statement.Statement!=null )
 				GenerateStatement( statement.Statement );
 		}
+
+------- Additional Comments From jackson@ximian.com  2004-06-23 13:19 -------
+Fixed in CVS. Thanks for the patches. Would you be interested in
+submitting a test case so we can make sure this doesn't regress?
+
+Thanks!
+Jackson
+
+