[Mono-bugs] [Bug 78475][Maj] Changed - SortedList throws InvalidOp
when adding second key of type System.Type
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 21 12:21:12 EDT 2006
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=78475
--- shadow/78475 2006-05-21 12:15:13.000000000 -0400
+++ shadow/78475.tmp.2171 2006-05-21 12:21:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78475
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: FC5
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: juraj at hotfeet.ch
QAContact: mono-bugs at ximian.com
@@ -53,6 +53,11 @@
The test case fails with Mono 1.1.13.7 as well.
------- Additional Comments From vargaz at gmail.com 2006-05-21 12:15 -------
SortedList is sorted by its keys, which must be comparable. System.Type
is not.
+
+------- Additional Comments From juraj at hotfeet.ch 2006-05-21 12:21 -------
+Ah, of course! I just thought of SortedList as an IDictionary
+optimized for small lists, but did not consider all implications.
+Sorry about that, I'm closing this bug.
More information about the mono-bugs
mailing list