[Mono-bugs] [Bug 58306][Min] Changed - [GMCS] crash wrt. IComparable<String>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 22:41:40 -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-27 22:40:42.000000000 -0400
+++ shadow/58306.tmp.24308	2004-08-27 22:41:40.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: martin@ximian.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [WAITING for #62552] String should implement IComparable<String>
+Summary: [GMCS] crash wrt. IComparable<String>
 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
@@ -61,6 +61,10 @@
 ------- 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.
 
+
+------- Additional Comments From martin@ximian.com  2004-08-27 22:41 -------
+#62552 is fixed, but now I'm getting another crash.
+