[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:49:56 -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-11-27 01:07:54.000000000 -0500
+++ shadow/44845.tmp.8741	2003-12-23 18:49:56.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 44845
-Product: Mono/MCS
+Product: Mono/Compilers
 Version: unspecified
 OS: All
 OS Details: 
 Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: Misc
+Component: C#
 AssignedTo: ravi@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: bmaurer@users.sf.net,lupus@ximian.com,miguel@ximian.com
@@ -296,6 +296,11 @@
 mcs -target:library 1.cs
 mcs -target:library 2.cs
 mcs 3.cs -r:1.dll -r:2.dll
 mcs 3.cs -r:2.dll -r:1.dll
 
 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
+