[Mono-bugs] [Bug 30001][Maj] Changed - Break statement within a for ( ;; ) loop does not exit from the loop

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Sep 2002 05:48:44 -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=30001

--- shadow/30001	Sat Sep  7 02:47:16 2002
+++ shadow/30001.tmp.8316	Sun Sep  8 01:48:44 2002
@@ -1,14 +1,14 @@
 Bug#: 30001
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: murban@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -54,6 +54,9 @@
  
  
 Additional Information:  
  
 Replacing 'for ( ;; )' with 'while (true)' does *not* exhibit any 
 problems.
+
+------- Additional Comments From miguel@ximian.com  2002-09-08 01:48 -------
+Thanks for the bug report, the bug has been fixed, it was a one-liner.