[Mono-bugs] [Bug 73820][Wis] Changed - Cannot compile delegates with a parameter using 'params'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Mar 2005 21:33:47 -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 eto@shaw.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=73820

--- shadow/73820	2005-03-18 21:31:59.000000000 -0500
+++ shadow/73820.tmp.29701	2005-03-18 21:33:47.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73820
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: gentoo
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
@@ -56,6 +56,14 @@
 
 
 ------- Additional Comments From eto@shaw.ca  2005-03-18 21:31 -------
 Created an attachment (id=14708)
 Test to reproduce the problem with mono svn head
 
+
+------- Additional Comments From eto@shaw.ca  2005-03-18 21:33 -------
+Hm, it seems this only happens when the delegate is defined in a 
+separate assembly (like the code I'm trying to compile).  I have 
+tested with mono svn head, and still has the problem.
+
+The attached test will reproduce the problem correctly.  Sorry for 
+the confusion.