[Mono-bugs] [Bug 80139][Wis] Changed - Attribute.Equals and Attribute.GetHashCode default implementation inconsistent
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 11 23:41:41 EST 2007
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 alp at atoker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80139
--- shadow/80139 2006-12-03 11:21:12.000000000 -0500
+++ shadow/80139.tmp.7923 2007-01-11 23:41:41.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details: SLED 10 (Mono VM Ware Image)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: dominic_ullmann at hispeed.ch
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -67,6 +67,17 @@
always
------- Additional Comments From dominic_ullmann at hispeed.ch 2006-12-03 11:21 -------
Created an attachment (id=18220)
Demo showing the issue
+
+------- Additional Comments From alp at atoker.com 2007-01-11 23:41 -------
+I currently get:
+
+attr eq: True
+attr a1 hc: -1090733248
+attr a2 hc: 824069888
+attr1[0] eq attr2[0]: True
+
+I gather the equals check was fixed but it would be good to make the
+hashcodes match as well.
More information about the mono-bugs
mailing list