[Mono-bugs] [Bug 58305][Nor] Changed - [GMCS]: anonymous methods

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 12:39:57 -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=58305

--- shadow/58305	2004-07-13 12:23:56.000000000 -0400
+++ shadow/58305.tmp.15222	2004-07-13 12:39:57.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: martin@ximian.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: gmcs: mcs chokes on generic method in interface
+Summary: [GMCS]: anonymous methods
 
 Description of Problem:
 
 mcs chokes on generic method in interface.  Looks like a parser problem.  
 
 
@@ -66,6 +66,13 @@
 
 However, your test case shows another bug.
 
 ------- Additional Comments From martin@ximian.com  2004-07-13 12:23 -------
 Ok, this is about delegates/anonymous methods.  Added gen-61.cs for
 this (still working on it).
+
+------- Additional Comments From martin@ximian.com  2004-07-13 12:39 -------
+The bug Peter originally reported is fixed.
+
+However, I like his test case since it also contains a test for
+anonymous methods.  Anonymous methods are not yet implemented in the
+non-generics MCS, so we need to wait until this is completed.