[Mono-bugs] [Bug 69614][Nor] Changed - mcs crash when using anonymous delegate
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 12:18:12 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69614
--- shadow/69614 2005-04-21 10:50:17.000000000 -0400
+++ shadow/69614.tmp.31843 2005-05-03 12:18:12.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: miguel@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mcs crash when using anonymous delegate
This program makes mcs crash with a System.NullReferenceException:
using System;
@@ -145,6 +144,10 @@
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).
+
+------- Additional Comments From martin@ximian.com 2005-05-03 12:18 -------
+Everything except the very last test case in this bug is now working.
+I added a-foreach.cs for the foreach issue.