[Issue 4019] [CTFE] Adding an item to an empty AA

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4019


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED


--- Comment #4 from Don clugd...@yahoo.com.au 2012-11-14 01:38:11 PST ---
(In reply to comment #3)
 It seems that when I use an 2D AA this problem still occurs.

Your test case is completely different to the original bug, it is a bug in ~=.

Please do not reopen ancient bugs. The *only* time you should open a bug which
was listed as fixed in a previous changelog, is if you find that the test cases
in bug weren't actually fixed in that release.

Moved to bug 9023.

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


[Issue 4019] [CTFE] Adding an item to an empty AA

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4019


Mike van Dongen purema...@mikevandongen.nl changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||purema...@mikevandongen.nl
Version|future  |D2
 Resolution|FIXED   |


--- Comment #3 from Mike van Dongen purema...@mikevandongen.nl 2012-11-09 
02:32:55 PST ---
It seems that when I use an 2D AA this problem still occurs.
This is the code I used:


enum auto i = test();

int test()
{
string[][string] s;
s[a] ~= anything;

return 6;
}


It gives me almost the same error (on Linux x64) the OP had:

Error: cannot index null array s

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


[Issue 4019] [CTFE] Adding an item to an empty AA

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


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

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


--- Comment #2 from Don clugd...@yahoo.com.au 2010-04-09 19:20:38 PDT ---
Fixed DMD1.058 and DMD2.043.

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


[Issue 4019] [CTFE] Adding an item to an empty AA

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4019


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com


--- Comment #1 from Walter Bright bugzi...@digitalmars.com 2010-04-01 
13:54:06 PDT ---
changeset 429

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