[Mono-bugs] [Bug 69614][Nor] Changed - mcs crash when using anonymous delegate
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Nov 2004 18:16:58 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69614
--- shadow/69614 2004-11-17 12:06:05.000000000 -0500
+++ shadow/69614.tmp.22960 2004-11-17 18:16:58.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69614
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,9 @@
Console.WriteLine ("{0}", db);
};
}
}
If you delete any of the three WriteLine calls, it compiles fine...
+
+------- Additional Comments From miguel@ximian.com 2004-11-17 18:16 -------
+Parameter capturing is missing from mcs/anonymous method implementation.