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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 01:30:35 -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 18:16:58.000000000 -0500
+++ shadow/69614.tmp.12908	2005-01-06 01:30:35.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69614
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: danw@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,11 @@
 }
 
 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.
+
+------- Additional Comments From miguel@ximian.com  2005-01-06 01:30 -------
+This was a simple bug, its fixed now.
+
+I was confused, this did not involve parameter capturing.