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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 18:51:14 -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 bmaurer@users.sf.net.

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

--- shadow/44845	2003-12-23 18:49:56.000000000 -0500
+++ shadow/44845.tmp.8771	2003-12-23 18:51:14.000000000 -0500
@@ -301,6 +301,13 @@
 Notice the difference in output in the last two.
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-23 18:49 -------
 Created an attachment (id=6312)
 Patch
 
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-23 18:51 -------
+This patch makes us emit a warning, like MS does. However, a few problems:
+
+1) we do not get the location on the warning, this is pretty deep
+down, not sure how to get that
+2) will we create false warnings b/c we look up stuff internally?