[Mono-bugs] [Bug 46222][Nor] Changed - Iterator (yield statement) implementation wrong
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 14 Jul 2003 02:28:35 -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 sestoft@dina.kvl.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=46222
--- shadow/46222 Sun Jul 13 15:40:32 2003
+++ shadow/46222.tmp.3484 Mon Jul 14 02:28:35 2003
@@ -1,14 +1,14 @@
Bug#: 46222
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sestoft@dina.kvl.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -86,6 +86,20 @@
How often does this happen?
Always on mono 0.25.
Additional Information:
+
+------- Additional Comments From sestoft@dina.kvl.dk 2003-07-14 02:28 -------
+Oops, the expected result should have b=0 not b=1, of course:
+
+m=0 n=4 k=1 b=0 i=0
+0
+m=0 n=4 k=1 b=0 i=1
+1
+m=0 n=4 k=1 b=0 i=2
+2
+m=0 n=4 k=1 b=0 i=3
+3
+m=0 n=4 k=1 b=0 i=4
+4