[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
8 Sep 2002 05:41:31 -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 Wed Sep 4 00:14:06 2002
+++ shadow/29479.tmp.2965 Sun Sep 8 01:41:31 2002
@@ -12,12 +12,13 @@
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs allows 'using XXX' when XXX does not exists
+BugsThisDependsOn: 30020
mcs compiles programs even if they use 'using' with a namespace that is not
defined anywhere.
Steps to reproduce the problem:
1. Compile this one:
@@ -108,6 +109,10 @@
The slowdown was significant back then.
I am afraid that people will tend to copy/paste using statements and
hence will get an extra second of wait.
Worth keeping in mind.
+
+------- Additional Comments From miguel@ximian.com 2002-09-08 01:41 -------
+I have implemented the code, but it crashes the Mono runtime. See bug
+30020 for details.