[Mono-bugs] [Bug 59638][Blo] Changed - MONO Beta 2 bug with XmlSerializer member ordering

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 01:39:10 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/59638	2004-06-10 06:41:30.000000000 -0400
+++ shadow/59638.tmp.10950	2004-06-12 01:39:10.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 59638
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: RESOLVED   
+Status: VERIFIED   
 Resolution: FIXED
 Severity: 001 One hour
 Priority: Blocker
 Component: Sys.XML
 AssignedTo: lluis@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
@@ -141,6 +141,11 @@
 ------- Additional Comments From lluis@ximian.com  2004-06-10 06:41 -------
 I commited your fix for GetReflectionMembers and another fix for the
 attribute issue. This last fix uses an extra array to keep the
 attributes in the correct order. I have not changed the Hashtable (my
 tets show that ListDictionary can be slower than a hashtable even with
 6 or 7 elements, and this may be a common case).
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-12 01:39 -------
+I have re-run my tests and can verify this has been fixed in CVS.
+
+Thanks Lluis!