[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 30 Jul 2003 14:49:46 -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 ravi@ximian.com.

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

--- shadow/44845	Wed Jul 30 13:26:00 2003
+++ shadow/44845.tmp.25268	Wed Jul 30 14:49:46 2003
@@ -243,6 +243,14 @@
 #endif
 to every class under Mono.Security.X509 (and maybe others as well).
 
 I uncommented a line in corlib/Makefile so that the 
 swicth /d:INSIDE_CORLIB is applied to the build but that didn't 
 change the results (see previous comment)
+
+------- Additional Comments From ravi@ximian.com  2003-07-30 14:49 -------
+Hey, I just tried out what you said, and it works! So it is indeed the
+problem with the same type coming from different assemblies.
+
+I think the proper thing to do would be to file this bug as an mcs bug
+- it must flag an error when the same type comes from different
+assemblies.