[Mono-bugs] [Bug 70725][Nor] Changed - Array.BinarySearch does not respect IComparable implementation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 31 Jan 2005 02:16:23 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70725
--- shadow/70725 2005-01-21 04:53:30.000000000 -0500
+++ shadow/70725.tmp.22901 2005-01-31 02:16:23.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 70725
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details: Windows XP SP1
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: miguel@ximian.com
ReportedBy: cmyers@austin.rr.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Array.BinarySearch does not respect IComparable implementation
@@ -121,6 +121,10 @@
But instead it throws an exception
------- Additional Comments From kazuki@panicode.com 2005-01-21 04:53 -------
Created an attachment (id=13848)
Proposed patch
+
+------- Additional Comments From miguel@ximian.com 2005-01-31 02:16 -------
+assigning to myself, I need to also review the spec, it seems
+like we are missing a few things.