[Mono-bugs] [Bug 72080][Wis] Changed - [PATCH] The runtime is improperly byte ordering static arrays of enum values

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Feb 2005 18:18:40 -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 miguel@ximian.com.

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

--- shadow/72080	2005-02-01 18:13:41.000000000 -0500
+++ shadow/72080.tmp.21564	2005-02-01 18:18:40.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 72080
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: OSX 10.3.7
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [PATCH] The runtime is improperly byte ordering static arrays of enum values
 
 The following testcase:
 using System;
 using System.Text;
 
@@ -61,6 +60,11 @@
 -kangaroo
 
 ------- Additional Comments From grompf@sublimeintervention.com  2005-02-01 18:13 -------
 Created an attachment (id=14018)
 patch
 
+
+------- Additional Comments From miguel@ximian.com  2005-02-01 18:18 -------
+Paolo, could you review and approve this?
+
+Geoff would like this on the 1.1.4 tarballs.