[Mono-bugs] [Bug 70442][Nor] New - bad yield return
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Dec 2004 14:59:03 -0500 (EST)
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 tazforever@dlfp.org.
http://bugzilla.ximian.com/show_bug.cgi?id=70442
--- shadow/70442 2004-12-10 14:59:03.000000000 -0500
+++ shadow/70442.tmp.7088 2004-12-10 14:59:03.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 70442
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: TazForEver@dlfp.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: bad yield return
+
+today, i've downloaded mono1.1.3, compiled it with debian gcc 3.3.5.
+I wanted to try new features, like iterators. So i compiled MS example :
+http://msdn2.microsoft.com/library/dscyy5s0.aspx and it only prints empty
+newlines.