[Mono-bugs] [Bug 77277][Nor] Changed - [PATCH] List<T>.Contains
does not do the right thing in Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 8 04:00:07 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77277
--- shadow/77277 2006-03-05 11:16:04.000000000 -0500
+++ shadow/77277.tmp.25489 2006-05-08 04:00:07.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 77277
Product: Mono: Class Libraries
Version: 1.1
OS: RHEL 2.1
OS Details: Red Hat Enterprise Linux and Fedora
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: martin at ximian.com
ReportedBy: psingh at fnfr.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [PATCH] List<T>.Contains does not do the right thing in Mono
The bug is in Mono 1.1.13 on RedHatEnterprise 3.2 and Fedora
On Windows .Net runtime 2.0, List<T>.Contains returns true even if the
object passed to it is a different instance than one in the list if T is
@@ -134,6 +133,9 @@
Yes, you can submit code to Mono.
------- Additional Comments From kazuki at panicode.com 2006-03-05 11:11 -------
Created an attachment (id=16564)
proposed patch and testcase
+
+------- Additional Comments From atsushi at ximian.com 2006-05-08 04:00 -------
+Applied the patch (r60396). Thanks.
More information about the mono-bugs
mailing list