[Issue 6210] Associative array with array key often cannot be equated.

2013-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords|wrong-code |pull --- Comment #4 from

[Issue 6210] Associative array with array key often cannot be equated.

2013-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 --- Comment #5 from github-bugzi...@puremagic.com 2013-08-15 09:31:29 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 6210] Associative array with array key often cannot be equated.

2013-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 --- Comment #5 from github-bugzi...@puremagic.com 2013-08-15 09:31:29 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 6210] Associative array with array key often cannot be equated.

2013-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6210] Associative array with array key often cannot be equated.

2013-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 --- Comment #3 from hst...@quickfur.ath.cx 2013-08-13 10:30:34 PDT --- Argh, this is caused by the stupidity of typeid(const(char)[]) using a different hash function from typeid(char[]) and typeid(immutable(char)[]). Will submit a pull for

[Issue 6210] Associative array with array key often cannot be equated.

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 --- Comment #2 from hst...@quickfur.ath.cx 2012-12-17 13:43:42 PST --- Hmm, the pull request fixed test case 2, but test case 1 is still failing. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6210] Associative array with array key often cannot be equated.

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---