[Mono-bugs] [Bug 52274][Maj] Changed - DateTime doesn't parse formats "--MM--", "---dd", and "--MM-dd"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Jan 2004 07:37:28 -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 dave-mono@earth.li.

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

--- shadow/52274	2004-01-10 06:57:46.000000000 -0500
+++ shadow/52274.tmp.29193	2004-01-10 07:37:28.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52274
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -62,6 +62,11 @@
 
 
 ------- Additional Comments From dave-mono@earth.li  2004-01-10 06:57 -------
 Created an attachment (id=6379)
 Patch to fix it
 
+
+------- Additional Comments From dave-mono@earth.li  2004-01-10 07:37 -------
+The problem was that when it came across multiple '-'s the scanner
+only actually consumed one of them. This meant that in ---22 it would
+try to parse --22 as a 2-digit number.