[Mono-bugs] [Bug 24510] Changed - Wrong error message given by mcs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 May 2002 23:39:25 -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=24510

--- shadow/24510	Fri May 10 09:27:50 2002
+++ shadow/24510.tmp.13918	Fri May 10 19:39:25 2002
@@ -1,14 +1,14 @@
 Bug#: 24510
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: SuSE 8.0
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: detlev@die-offenbachs.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,14 @@
 class Hello { 
     static void Main() { 
         // Console from the System namespace 
         WriteLine("Hello World"); 
     } 
 }
+
+------- Additional Comments From miguel@ximian.com  2002-05-10 19:39 -------
+I know that the error produced is not good, but there is no way that
+this can be fixed as the compiler uses Reflection.Emit (it can, but it
+would take a long time to start the compiler, in the order of seconds
+every for a 1-line program).
+
+I will not be fixing this.