[Mono-bugs] [Bug 58413][Nor] Changed - [PATCH] mcs allows ref in an interface method implemented as out in a class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 22:18:39 -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 alp@atoker.com.

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

--- shadow/58413	2005-04-07 09:48:50.000000000 -0400
+++ shadow/58413.tmp.16738	2005-04-07 22:18:39.000000000 -0400
@@ -62,6 +62,15 @@
 Created an attachment (id=14762)
 ChangeLog and Patch
 
 
 ------- Additional Comments From rharinath@novell.com  2005-04-07 09:48 -------
 Applied to SVN.
+
+------- Additional Comments From alp@atoker.com  2005-04-07 22:18 -------
+2005-04-08  Alp Toker  <alp@atoker.com>
+
+  * pending.cs: The fix to #58413 failed to compile methods implementing
+  interfaces with/without params modifiers and vice versa, even though
+  params modifiers aren't part of the signature. Make the modifier check
+  less strict as in csc.
+