[Mono-bugs] [Bug 74892][Nor] Changed - mcs permits illegal preprocessor directive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 May 2005 08:27:27 -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 duncan@ximian.com.

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

--- shadow/74892	2005-05-10 19:27:04.000000000 -0400
+++ shadow/74892.tmp.24311	2005-05-11 08:27:27.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74892
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: duncan@ximian.com                            
 ReportedBy: michi@zeroc.com               
@@ -33,6 +33,13 @@
 Created an attachment (id=15122)
 Patch to fix
 
 
 ------- Additional Comments From duncan@ximian.com  2005-05-10 19:17 -------
 This is easy to fix.
+
+------- Additional Comments From duncan@ximian.com  2005-05-11 08:27 -------
+Miguel didn't like my last patch, because of my hacky attempt to Trim
+() over Char.MaxValue.
+
+Well, this took longer than expected, but with a bit of inspiration, I
+came up with this. This should be correct.