[Mono-bugs] [Bug 29479][Min] Changed - mcs allows 'using XXX' when XXX does not exists
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
27 Aug 2002 15:31:11 -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=29479
--- shadow/29479 Tue Aug 27 07:02:34 2002
+++ shadow/29479.tmp.22569 Tue Aug 27 11:31:10 2002
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: miguel@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs allows 'using XXX' when XXX does not exists
@@ -91,7 +91,11 @@
As an alternative implementation, we could add a call to Assembly
(that is Invoke()d by mcs) that returns an array of namespaces defined
in the assembly: this will be very fast in the mono runtime (but it
will slow-down mcs running on the ms runtime, since that will have to
use the above code). We can submit this idea to the MS Reflection guys
as well.
+
+
+------- Additional Comments From miguel@ximian.com 2002-08-27 11:31 -------
+I will look into this.