[Mono-bugs] [Bug 78130][Min] Changed - [ANONYMOUS METHODS] Nested anonymous methods
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 31 14:27:11 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78130
--- shadow/78130 2006-04-19 22:45:35.000000000 -0400
+++ shadow/78130.tmp.5046 2006-08-31 14:27:11.000000000 -0400
@@ -5,19 +5,19 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
Component: C#
-AssignedTo: miguel at ximian.com
+AssignedTo: martin at ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Anonymous method inside anonymous method causes compiler crash
+Summary: [ANONYMOUS METHODS] Nested anonymous methods
The following code causes compiler crash. The method invocation (Whoa()) is
needed to reproduce the problem.
public delegate void FooHandler ();
@@ -107,6 +107,17 @@
consistently.
Additional information:
It's quite easy to workaround this problem.
+
+------- Additional Comments From miguel at ximian.com 2006-06-13 01:36 -------
+This patch makes this code work, but the problem is that it introduces
+a regression (test-364), am uploading the patch just to keep a backup.
+
+
+
+------- Additional Comments From miguel at ximian.com 2006-06-13 01:36 -------
+Created an attachment (id=17168)
+Partial patch for the nested anonymous method that references "this"; Patch regresses other code
+
More information about the mono-bugs
mailing list