[Mono-bugs] [Bug 63590][Nor] Changed - Classes being imported inappropriately
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 22:26:54 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63590
--- shadow/63590 2004-08-21 23:22:47.000000000 -0400
+++ shadow/63590.tmp.27931 2004-08-22 22:26:54.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 63590
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Gentoo
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: david.mitchell@telogis.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,12 @@
the source file doesn't 'using' it.
How often does this happen?
Every time
Additional Information:
+
+------- Additional Comments From martin@ximian.com 2004-08-22 22:26 -------
+This is not a bug in the compiler.
+Our System.Data.dll was exposing a public class called `Driver' (in
+the root namespace); I'm changing this to internal.
+