[Mono-bugs] [Bug 45123][Nor] Changed - System.Array.BinarySearch does not work properly for objects without an IComparer Interface
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 23 Jun 2003 05:53:43 -0400 (EDT)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45123
--- shadow/45123 Fri Jun 20 13:59:13 2003
+++ shadow/45123.tmp.5935 Mon Jun 23 05:53:43 2003
@@ -1,15 +1,15 @@
Bug#: 45123
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: linux
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
-Priority: Major
+Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: barce@frlp.utn.edu.ar
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -97,6 +97,11 @@
being compared - or of value if the element being compared does not
implement the interface -- is used. If value does not implement the
System.IComparable interface and is compared to an element that does
not implement the System.IComparable interface, a
System.ArgumentException exception is thrown. If array is not already
sorted, correct results are not guaranteed.
+
+------- Additional Comments From lupus@ximian.com 2003-06-23 05:53 -------
+Unfortunately not always the spec is correct or we might decide to
+diverge a little from the spec to match the actual MS implementation
+since users may depend on it.