[Mono-bugs] [Bug 69614][Nor] Changed - mcs crash when using anonymous delegate

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 10:50:17 -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=69614

--- shadow/69614	2005-04-20 11:08:40.000000000 -0400
+++ shadow/69614.tmp.21720	2005-04-21 10:50:17.000000000 -0400
@@ -135,6 +135,16 @@
 
 
 Again, in the first example, removing *any* of the WriteLines makes
 the crash go away. In the second example, splitting the single
 WriteLine into two WriteLines makes the crash go away.
 
+
+------- Additional Comments From miguel@ximian.com  2005-04-21 10:50 -------
+Ah, this is the bug that keeps on giving.
+
+They are all different bugs internally, thanks for filing them.
+
+I fixed the last case, but fixing foreach will require some extra love,
+as the foreach code is for the most part naive and broken so anonymous
+methods is producing incorrect code (the crash is gone, the output is
+just useless).