[Mono-bugs] [Bug 31781][Nor] Changed - compiling empty files yields an error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Oct 2002 15:45:41 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=31781

--- shadow/31781	Sat Oct  5 01:28:00 2002
+++ shadow/31781.tmp.15294	Sun Oct  6 11:45:41 2002
@@ -1,14 +1,14 @@
 Bug#: 31781
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,12 @@
 in <0x00864> 00 Mono.CSharp.CSharpParser:yyparse (Mono.CSharp.yyParser.yyInput)
 in <0x0006b> 00 Mono.CSharp.CSharpParser:parse ()
 
 Such files can exist when whole classes aren't compiled due to #if's (so
 that an alternate os-specific implementation can be used, say).  Note that
 including a dummy "namespace Foo { }" makes it compile fine.
+
+------- Additional Comments From gonzalo@ximian.com  2002-10-06 11:45 -------
+Fixed.
+
+Btw, csc generated dll for an empty file also includes an external
+reference to mscorlib. mcs does not.