[Mono-bugs] [Bug 74809][Maj] Changed - anonymous methods and iterators are not working
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 01:26:24 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74809
--- shadow/74809 2005-05-12 19:29:12.000000000 -0400
+++ shadow/74809.tmp.11933 2005-05-13 01:26:24.000000000 -0400
@@ -57,6 +57,12 @@
"capturing" mechanisms iterators using an older version of it.
It might be worth reusing the CaptureContext/ScopeInfo framework from
anonymous methods and rewrite the iterators using that instead of
having two different codepaths.
+
+------- Additional Comments From miguel@ximian.com 2005-05-13 01:26 -------
+Btw, Martin, I do not think this one will be an easy fix.
+
+I think this requires a refactoring of the iterators code to use the
+anonymous methods framework.