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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76361 --- shadow/76361 2005-12-15 11:34:42.000000000 -0500 +++ shadow/76361.tmp.24417 2005-12-19 16:25:57.000000000 -0500 @@ -10,14 +10,14 @@ Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Summary: generic List.Sort(IComparer<T>) should not expect argument as IComparer -BugsThisDependsOn: 75889[FIXED] +Summary: [PATCH] generic List.Sort(IComparer<T>) should not expect argument as IComparer +BugsThisDependsOn: 75889[FIXED], 76698 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: @@ -68,6 +68,9 @@ fixed. ------- Additional Comments From [EMAIL PROTECTED] 2005-11-16 11:25 ------- Created an attachment (id=16072) This patch can be applied only after Array.Sort<T>() is implemented + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-19 16:25 ------- +better visibility _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
