[Mono-bugs] [Bug 29811][Wis] Changed - Enum.Format doesn't always for for "x" format specifier

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Sep 2002 03:37:14 -0000


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 jonpryor@vt.edu.

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

--- shadow/29811	Tue Sep  3 11:25:44 2002
+++ shadow/29811.tmp.20111	Tue Sep  3 23:37:14 2002
@@ -1,14 +1,14 @@
 Bug#: 29811
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Solaris 7
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jonpryor@vt.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -132,6 +132,9 @@
 Int64.Parse.  This is not the case -- ToString() will often return the
 textual form of the enumeration value, e.g. EventAttributes.SpecialName
 instead of 512.  Int64.Parse thus throws an exception, preventing the
 actual enumeration value from being returned.
 
 I have a patch pending, which I'll submit to [mono-list] shortly.
+
+------- Additional Comments From jonpryor@vt.edu  2002-09-03 23:37 -------
+Patch submitted to mono-list, applied to CVS.