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=76750 --- shadow/76750 2005-12-07 16:10:01.000000000 -0500 +++ shadow/76750.tmp.27105 2005-12-07 17:15:17.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 76750 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Minor Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -100,6 +100,15 @@ in <0x00076> SortedListTest:Main () (ie, Clone calls the buggy ctor internally). Using Clone() on a SortedList with an IComparer but not IComparables was what I was trying to do when I originally filed the bug. + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-07 17:15 ------- +Ok, I was just curious if we had a sample, somewhere, that resulted in +an InvalidCastException on MS. I'll fill a documentation bug with MS +on this. + +Removing the IComparable check (r54065) in the ctor almost solved +everything (i.e. the ArgumentException were not directly in the the +class). Added more test cases to the unit tests (r54066). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
