[Mono-bugs] [Bug 54902][Nor] Changed - Invalid IL generated for iterator
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jul 2004 17:19:56 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54902
--- shadow/54902 2004-04-28 22:33:01.000000000 -0400
+++ shadow/54902.tmp.21789 2004-07-18 17:19:56.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 54902
Product: Mono: Compilers
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: sourcejedi@phonecoop.coop
QAContact: mono-bugs@ximian.com
@@ -129,6 +129,9 @@
foreach (object o in a.A)
Console.WriteLine ("-> " + o);
}
}
+
+------- Additional Comments From martin@ximian.com 2004-07-18 17:19 -------
+I rewrote the iterator code last week and just fixed a few minor issues.