[Mono-bugs] [Bug 29502][Min] Changed - null arg to custom attributes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
5 Sep 2002 23:01:04 -0000


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 ravi@ximian.com.

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

--- shadow/29502	Tue Aug 27 19:22:24 2002
+++ shadow/29502.tmp.10735	Thu Sep  5 19:01:04 2002
@@ -45,6 +45,10 @@
 Mono runtime due to a known bug in it.  We know about the problem and will
 fix it as soon as possible.
 
 that happens while compiling some of our assemblies (I have fixed the
 case of a null passed to a custom attr that takes a string, but mcs
 always chooses the ctor that takes an object instead).
+
+------- Additional Comments From ravi@ximian.com  2002-09-05 19:01 -------
+I am working on this as it is related to a more fundamental overload
+resolution problem