[Mono-bugs] [Bug 52760][Wis] Changed - use mcs as a library for compilation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jan 2004 09:13:27 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52760
--- shadow/52760 2004-01-12 03:07:31.000000000 -0500
+++ shadow/52760.tmp.22713 2004-01-12 09:13:27.000000000 -0500
@@ -1,21 +1,26 @@
Bug#: 52760
-Product: Mono/Class Libraries
+Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
-Component: System.Web
+Priority: Wishlist
+Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: jackson@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: use mcs as a library for compilation
OtherBugsDependingOnThis: 50924
We need to use mcs as a library for compilation. This will fix assembly
loading issues and offer a performance improvement.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-01-12 09:13 -------
+Ok, basically, the only problem will be making MCS reset its static
+data. Maybe it needs to run in an app domain so it has its own static
+data?