[Issue 7512] Associative arrays implementation loses const and immutable in AA.get() and AA[key]

2012-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 yebblies changed: What|Removed |Added CC||Justin.SpahrSummers@gmail.c

[Issue 7512] Associative arrays implementation loses const and immutable in AA.get() and AA[key]

2012-02-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 hst...@quickfur.ath.cx changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 7512] Associative arrays implementation loses const and immutable in AA.get() and AA[key]

2012-02-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIX

[Issue 7512] Associative arrays implementation loses const and immutable in AA.get() and AA[key]

2012-02-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7512] Associative arrays implementation loses const and immutable in AA.get() and AA[key]

2012-02-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 --- Comment #7 from hst...@quickfur.ath.cx 2012-02-29 08:02:19 PST --- Fixed in latest git: https://github.com/D-Programming-Language/druntime/commit/96bc813e2a87a05da36b55274c44efd4e704417b -- Configure issuemail: http://d.puremagic.com/issue

[Issue 7512] Associative arrays implementation loses const and immutable in AA.get() and AA[key]

2012-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 --- Comment #6 from hst...@quickfur.ath.cx 2012-02-27 20:12:51 PST --- Apparently AA.get() and AA[key] *always* computes the hash value based on the unqualified type, whereas AA literals use the const type which computes a different hash value.