[Mono-bugs] [Bug 44845][Wis] Changed - MCS needs to flag an error when the same type is obtained from different assemblies

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 30 Jul 2003 15:23:44 -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 14:49:46 2003
+++ shadow/44845.tmp.31061	Wed Jul 30 15:23:44 2003
@@ -10,14 +10,14 @@
 Component: Misc
 AssignedTo: ravi@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: bmaurer@users.sf.net,lupus@ximian.com
-Summary: MCS doesn't find the best overloaded match for a constructor
+Cc: bmaurer@users.sf.net,lupus@ximian.com,miguel@ximian.com
+Summary: MCS needs to flag an error when the same type is obtained from different assemblies
 
 Steps to reproduce the problem:
 1. cd /mcs/tools/security/certview
 2. Uncomment lines 126-127 in CertificateFormatter.cs (just under line // 
 BUG: Works with CSC but not with MCS)
 3. make (using mono/mcs)
@@ -251,6 +251,12 @@
 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.
+
+------- Additional Comments From ravi@ximian.com  2003-07-30 15:23 -------
+CCing Miguel on this. I was pretty sure we had this capability inside
+MCS but I dont know why it isnt getting triggered.
+
+