[Mono-bugs] [Bug 77039][Nor] Changed - List<T>.Sort() thows
exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 21 11:44:29 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77039
--- shadow/77039 2005-12-21 11:41:26.000000000 -0500
+++ shadow/77039.tmp.1051 2005-12-21 11:44:29.000000000 -0500
@@ -1,22 +1,21 @@
Bug#: 77039
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: REOPENED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: sebastien at ximian.com
ReportedBy: awaddell at fnfr.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: List<T>.Sort() thows exception
Description of Problem: List<T> does not appear to be implementing the
defualt Sort() method correctly.
@@ -202,6 +201,12 @@
[awaddell at AWLNX GenericListSortBug]$
------- Additional Comments From sebastien at ximian.com 2005-12-21 11:41 -------
Created an attachment (id=16238)
array patch that fix the problem
+
+------- Additional Comments From sebastien at ximian.com 2005-12-21 11:44 -------
+Here's a patch that seems to work. I'll add new test cases to ensure
+it's ok (and doesn't break anything else) before committing to SVN.
+
+Carlos, does this make sense to you ?
More information about the mono-bugs
mailing list