[Mono-bugs] [Bug 58306][Min] Changed - [WAITING for #62552] String should implement IComparable<String>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 22:40:42 -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 martin@ximian.com.

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

--- shadow/58306	2004-08-05 13:46:38.000000000 -0400
+++ shadow/58306.tmp.24292	2004-08-27 22:40:42.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [WAITING for #62552] String should implement IComparable<String>
-BugsThisDependsOn: 62552
+BugsThisDependsOn: 62552[FIXED]
 
 Description of Problem:
 
 In Microsoft's implementation, String implements IComparable<String>, and
 similarly for int, double, etc.  In Mono, these types (at least String) do
 not.  I'm not sure whether this is actually specified in the CLI, but it is