[Mono-bugs] [Bug 35440][Nor] Changed - String Evaluation Bug (unsure)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 31 Jan 2003 14:02:23 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35440
--- shadow/35440 Wed Dec 11 07:34:28 2002
+++ shadow/35440.tmp.1613 Fri Jan 31 14:02:23 2003
@@ -1,13 +1,13 @@
Bug#: 35440
Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details: Slackware 8
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: bpeyton@ptd.net
QAContact: mono-bugs@ximian.com
@@ -320,6 +320,10 @@
{
return false;
}
}
}
}
+
+------- Additional Comments From lupus@ximian.com 2003-01-31 14:02 -------
+Gonzalo fixed this in cvs: the real problem was that Double.Parse("+")
+didn't throw a Format exception.