[Mono-bugs] [Bug 58306][Min] Changed - [WAITING for #62552] String should implement IComparable<String>
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Aug 2004 13:46:38 -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-06-05 15:19:10.000000000 -0400
+++ shadow/58306.tmp.13894 2004-08-05 13:46:38.000000000 -0400
@@ -11,13 +11,14 @@
AssignedTo: martin@ximian.com
ReportedBy: sestoft@dina.kvl.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: String should implement IComparable<String>
+Summary: [WAITING for #62552] String should implement IComparable<String>
+BugsThisDependsOn: 62552
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
@@ -53,6 +54,13 @@
------- Additional Comments From martin@ximian.com 2004-06-05 15:19 -------
There are more such issues. Basically, we didn't implement the
generics additions to the class libraries yet. I'm not sure whether
I'll have time to do if for Mono 1.0, but in any case, I'll revisit
all this stuff after that.
+
+------- Additional Comments From martin@ximian.com 2004-08-05 13:46 -------
+The bug itself is fixed, IComparable<T> is also implemented everywhere
+in the class libs.
+
+However, mini can't run the testcase yet because of bug #62552.
+