[Mono-bugs] [Bug 76361][Nor] Changed - generic List.Sort(IComparer<T>) should not expect argument as IComparer

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 16 11:21:54 EST 2005


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 atsushi at ximian.com.

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

--- shadow/76361	2005-10-07 08:41:33.000000000 -0400
+++ shadow/76361.tmp.13002	2005-11-16 11:21:54.000000000 -0500
@@ -1,23 +1,24 @@
 Bug#: 76361
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: generic List.Sort(IComparer<T>) should not expect argument as IComparer
+BugsThisDependsOn: 75889
 
 System.Collections.Generic.List<T>.Sort(IComparer<T>) incorrectly expects
 argument as castable to IComparer (non-generic one).
 
 Compile and run the repro code below:
 
@@ -58,6 +59,11 @@
 
 consistently.
 
 Additional Information:
 
 Similar problem seems to happen on bug #75625.
+
+------- Additional Comments From atsushi at ximian.com  2005-11-16 11:21 -------
+I think we need Array.Sort<T>() to fix this bug. There is a patch from
+Carlos for Array.Sort<T>(), but it cannot be applied until #75889 is
+fixed.


More information about the mono-bugs mailing list