[Issue 1429] Equality for associative arrays doesn't work

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


Don  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #9 from Don  2010-05-10 14:41:12 PDT ---
Fixed DMD1.057 and DMD2.041.

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


[Issue 1429] Equality for associative arrays doesn't work

2010-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1429


Alexey Ivanov  changed:

   What|Removed |Added

 CC||aifg...@gmail.com


--- Comment #8 from Alexey Ivanov  2010-02-19 07:15:14 PST 
---
http://dsource.org/projects/dmd/changeset/389 and
http://dsource.org/projects/druntime/changeset/246

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


[Issue 1429] Equality for associative arrays doesn't work

2010-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1429


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #7 from bearophile_h...@eml.cc 2010-02-19 02:24:03 PST ---
Probably fixed here:
http://dsource.org/projects/dmd/changeset/389

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


[Issue 1429] Equality for associative arrays doesn't work

2009-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1429





--- Comment #6 from Stewart Gordon   2009-08-25 10:55:25 PDT ---
(In reply to comment #5)
> Fixed in LDC by http://www.dsource.org/projects/ldc/changeset/1512 . The spec
> could be fixed by adding
> 
> "Two associative arrays are equal if they have the same keys and the values of
> each key compare equal."

Shouldn't it care about the value _associated with_ each key, rather than just
the value _of_ each key?

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


[Issue 1429] Equality for associative arrays doesn't work

2009-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1429


Christian Kamm  changed:

   What|Removed |Added

 CC||kamm-removet...@incasoftwar
   ||e.de




--- Comment #5 from Christian Kamm   
2009-06-21 10:16:23 PDT ---
Fixed in LDC by http://www.dsource.org/projects/ldc/changeset/1512 . The spec
could be fixed by adding

"Two associative arrays are equal if they have the same keys and the values of
each key compare equal."

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