[Mono-bugs] [Bug 60418][Nor] Changed - MCS bug with 'using' statement and unreferenced assemblies.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 22:06:23 -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=60418
--- shadow/60418 2004-06-18 09:01:31.000000000 -0400
+++ shadow/60418.tmp.27423 2004-08-22 22:06:23.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60418
Product: Mono: Compilers
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -85,6 +85,10 @@
/r:System.Web.dll
/r:System.Web.Mobile.dll
/r:System.Web.RegularExpressions.dll
/r:System.Web.Services.dll
/r:System.Windows.Forms.Dll
/r:System.XML.dll
+
+------- Additional Comments From martin@ximian.com 2004-08-22 22:06 -------
+Always preloading all these assemblies will just slow the compiler
+down for no reason while it's simple to write proper makefiles.