[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2954 --- Comment #9 from Andrei Alexandrescu 2014-03-19 08:51:30 PDT --- Thanks, indeed it wasn't fixed. Current test code: import std.stdio; void main() { uint[string] hash; char[] a = "abc".dup; const ca = a; hash[ca] = 42;

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2954 Denis Shelomovskij changed: What|Removed |Added Keywords|patch | Status|RESOLVED

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2010-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2954 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2010-12-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2954 --- Comment #6 from Walter Bright 2010-12-04 19:08:10 PST --- (In reply to comment #5) > I think this might also be relying on the patch for bug 5218, which I still > have active in my local copy. Sorry about that -- it needs to be included as

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2954 --- Comment #5 from Don 2010-11-19 06:36:06 PST --- (In reply to comment #4) > The fix still isn't right, as it fails at compile time on line 10. It works for me. Hmm. I think this might also be relying on the patch for bug 5218, which I still

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2010-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2954 --- Comment #4 from Walter Bright 2010-11-18 20:48:37 PST --- The fix still isn't right, as it fails at compile time on line 10. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2010-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2954 Don changed: What|Removed |Added Keywords||patch CC|

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2010-11-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2954 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #