[Issue 1671] associative array comparison fails

2010-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1671


Don  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||clugd...@yahoo.com.au
 Resolution||FIXED


--- Comment #2 from Don  2010-05-31 12:03:52 PDT ---
Fixed DMD 1.057 and 2.041.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1671] associative array comparison fails

2009-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1671





--- Comment #1 from cbkbbej...@mailinator.com  2009-04-23 22:52 ---
Simpler example:

assert([1:1] == [1:1]); // Fails


--