[Mono-bugs] [Bug 58306][Min] Changed - String should implement IComparable<String>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Jun 2004 15:19:10 -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:12:55.000000000 -0400
+++ shadow/58306.tmp.14196	2004-06-05 15:19:10.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58306
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: martin@ximian.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,12 @@
 Compiles OK.
 
 ------- Additional Comments From sestoft@dina.kvl.dk  2004-05-10 18:48 -------
 Created an attachment (id=7674)
 C# source file showing problem
 
+
+------- 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.