[Mono-bugs] [Bug 35489][Min] Changed - When a namespace is included twice, ambiguous reference errors are thrown.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 Dec 2002 20:15:22 -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 gonzalo@ximian.com.

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

--- shadow/35489	Fri Dec 13 14:01:24 2002
+++ shadow/35489.tmp.6293	Fri Dec 13 15:15:22 2002
@@ -10,13 +10,12 @@
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bryan@alphora.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: When a namespace is included twice, ambiguous reference errors are thrown.
 
 Here is the output from a build:
 
 C:\src\Dataphor\Base>mcs test-list-abstract.cs
 
@@ -196,6 +195,11 @@
 Mhm, I think I want to fix this in a different way.  I will reopen the
 bug just so I can get around fixing this later.
 
 Basically, we should probably warn the user (see if csc does that)
 about duplicated using entries;   Then if they are duplicated, not
 insert them into the UsingEntries table.
+
+------- Additional Comments From gonzalo@ximian.com  2002-12-13 15:15 -------
+csc warns the user.
+
+Didn't the patch i commited fix this in the way you say?