[Mono-bugs] [Bug 59425][Nor] Changed - Decimal formatting bug in MONO Beta 3

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 15:28:04 -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 sebastien@ximian.com.

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

--- shadow/59425	2004-06-15 09:47:54.000000000 -0400
+++ shadow/59425.tmp.24214	2004-06-15 15:28:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59425
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 001 One hour
 Priority: Normal
 Component: System
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -142,6 +142,16 @@
 easy to fix ;-)
 
 I could easily patch my app, but I thought this made a good bug 
 report as other people will come accross the same thing.
 
 Thanks, David
+
+------- Additional Comments From sebastien@ximian.com  2004-06-15 15:28 -------
+Fixed in CVS. We now use the scale when output a number as a string.
+
+Sadly some operations (e.g. I fixed Round) *plays* with the scale
+(probably as an optimization to avoid more math operations). This
+means that the result won't always be ok. I'm opening a new bug for this.
+
+Thanks for the report!
+