[Mono-bugs] [Bug 55499][Nor] Changed - MS.NET and Mono serialization of Booleans incompatible

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Mar 2004 14:59:36 -0500 (EST)


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 lluis@ximian.com.

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

--- shadow/55499	2004-03-12 07:05:44.000000000 -0500
+++ shadow/55499.tmp.31457	2004-03-15 14:59:36.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 55499
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: shortcircuitfky@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -76,6 +76,13 @@
 ------- Additional Comments From shortcircuitfky@hotmail.com  2004-03-12 07:05 -------
 The testcase needs one of two arguments:
 
  --serialize - Serializes a boolean with whatever runtime you're using
 into test.dat
  --deserialize - Attempts to deserialize test.dat
+
+------- Additional Comments From lluis@ximian.com  2004-03-15 14:59 -------
+Fixed in CVS. I also changed the internal value fields for the other
+primitive types.
+BTW, use the -u option when generating the patch, it generates a more
+easy to read output.
+Thanks!