[Mono-bugs] [Bug 48679][Maj] Changed - Unboxed bool is neither true nor false

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Oct 2003 20:02:19 -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=48679

--- shadow/48679	2003-10-01 02:05:08.000000000 -0400
+++ shadow/48679.tmp.17895	2003-10-07 20:02:19.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 48679
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 000 No more required
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -164,6 +164,10 @@
 
 ------- Additional Comments From mass@akuma.org  2003-10-01 02:05 -------
 to clarify, this patch removes the subtraction operation and 
 replaces it with a zero-push and compare-equal (to get a logical 
 not). The generated IL now matches the <= case and the IL of a test 
 program compiled with csc
+
+------- Additional Comments From miguel@ximian.com  2003-10-07 20:02 -------
+David, thanks a lot for the patch;  Sorry it took so long to get into
+CVS specially with a bug fix in place.