[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 19:01:24 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35489
--- shadow/35489 Fri Dec 13 04:46:32 2002
+++ shadow/35489.tmp.29927 Fri Dec 13 14:01:24 2002
@@ -1,13 +1,13 @@
Bug#: 35489
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bryan@alphora.com
QAContact: mono-bugs@ximian.com
@@ -188,6 +188,14 @@
C:\src\Dataphor\Base>
------- Additional Comments From gonzalo@ximian.com 2002-12-13 04:46 -------
Fixed in CVS
+
+------- Additional Comments From miguel@ximian.com 2002-12-13 14:01 -------
+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.