[Mono-bugs] [Bug 25682][Nor] Changed - Double.ToString not fully implemented (formatting)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
6 Sep 2002 10:24:43 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25682
--- shadow/25682 Mon Sep 2 00:16:32 2002
+++ shadow/25682.tmp.17746 Fri Sep 6 06:24:43 2002
@@ -1,23 +1,23 @@
Bug#: 25682
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Double.ToString not fully implemented
+Summary: Double.ToString not fully implemented (formatting)
Description of Problem:
Casting longs to doubles lose precision. This is causing a bug in one of
the tests for System.Convert.
Steps to reproduce the problem:
@@ -70,6 +70,9 @@
------- Additional Comments From duncan@ximian.com 2002-09-02 00:16 -------
Eduardo, What do you mean by 'double.ToString ("X")'? That is not
valid code.
It would be great if you could attach a sample testcase.
+
+------- Additional Comments From lupus@ximian.com 2002-09-06 06:24 -------
+Reopen bug: we need to implement formatting for float/double values.