[Mono-bugs] [Bug 79075][Wis] New - Iterators not working

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 15 02:13:32 EDT 2006


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 duncan at ximian.com.

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

--- shadow/79075	2006-08-15 02:13:32.000000000 -0400
+++ shadow/79075.tmp.24278	2006-08-15 02:13:32.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 79075
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: duncan at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Iterators not working
+
+Iterators are not working.
+
+Compile the following program with gmcs.
+
+Expected Result:
+
+c:\src> iterator.exe
+1
+2
+3
+YIELD
+1
+YIELD
+2
+YIELD
+3
+
+Actual Result:
+
+duncan at sandhi:~/bugs> mono iterator.exe 
+1
+2
+3
+0


More information about the mono-bugs mailing list