[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
4 Sep 2002 04:14:06 -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 11:31:10 2002
+++ shadow/29479.tmp.28199 Wed Sep 4 00:14:06 2002
@@ -96,6 +96,18 @@
as well.
------- Additional Comments From miguel@ximian.com 2002-08-27 11:31 -------
I will look into this.
+
+------- Additional Comments From miguel@ximian.com 2002-09-04 00:14 -------
+Btw, I used to do this kind of lookup in the past (indeed, if you
+track the old cvs versions of typemanager.cs or rootcontext you will
+probably find the code above).
+
+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.