[Mono-bugs] [Bug 71783][Nor] Changed - Nested anonymous delegates causes mcs exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Apr 2005 07:32:10 -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=71783
--- shadow/71783 2005-04-19 21:45:34.000000000 -0400
+++ shadow/71783.tmp.20461 2005-04-30 07:32:10.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: miguel@ximian.com
ReportedBy: ximian@asaj.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Nested anonymous delegates causes gmcs exception
+Summary: Nested anonymous delegates causes mcs exception
Description of Problem:
Using nested anonymous delegates can cause (g)mcs to raise an exception
"Type host is null".
@@ -164,6 +164,9 @@
------- Additional Comments From miguel@ximian.com 2005-04-19 21:45 -------
The first report is no longer a bug in either mcs or gmcs.
The second one is.
+
+------- Additional Comments From martin@ximian.com 2005-04-30 07:32 -------
+Removing the `g' from `gmcs' since this is not a gmcs problem ;-)