[Mono-bugs] [Bug 68126][Nor] Changed - CSharpCodeProvider does not recognize /unsafe

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Oct 2004 21:20:37 -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 karl@waclawek.net.

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

--- shadow/68126	2004-10-12 15:30:20.000000000 -0400
+++ shadow/68126.tmp.28174	2004-10-12 21:20:37.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: karl@waclawek.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -139,6 +139,21 @@
 =================
 
 Successful compile, as on MS.NET 1.1.
 
 
 Karl
+
+------- Additional Comments From karl@waclawek.net  2004-10-12 21:20 -------
+I looked at CSharpCodeCompiler.cs in ViewCVS and it seems as if
+this has been fixed in rev. 1.20 (Oct. 1st, 2004), as these lines
+were added:
+
+  if (options.CompilerOptions != null) { 
+    args.Append (options.CompilerOptions); 
+    args.Append (" ");
+  }
+
+Does this mean it is part of Mono 1.0.2? 
+If yes, when will Mono 1.0.2 be available on Red-Carpet for RedHat 9?
+
+Karl