[Mono-bugs] [Bug 65722][Nor] Changed - CompilerOptions isn't used in the CSharpCodeCompiler

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Sep 2004 13:05:54 -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 miguel@ximian.com.

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

--- shadow/65722	2004-09-10 16:36:31.000000000 -0400
+++ shadow/65722.tmp.13356	2004-09-20 13:05:54.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 65722
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Gentoo 2.6.7
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Normal
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: marek.safar@seznam.cz                            
 ReportedBy: spigaz@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: CompilerOptions isn't used in the CSharpCodeCompiler
@@ -100,6 +100,9 @@
 		if(results.CompiledAssembly!=null)
 			System.Console.WriteLine("Sucess!");
 		else
 			System.Console.WriteLine("Failure!");
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2004-09-20 13:05 -------
+Marek could you look at this?