← Back to index
|
Original Bugzilla link
Bug 13515 – [REG2.064] "Range violation" when writing to array of AAs from static this
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-09-20T22:50:00Z
Last change time
2015-02-18T03:37:17Z
Keywords
pull, wrong-code
Assigned to
nobody
Creator
dlang-bugzilla
Comments
Comment #0
by dlang-bugzilla — 2014-09-20T22:50:47Z
//////// test.d //////// Object[string][100] aa; static this() { aa[5]["foo"] = null; } void main() {} //////////////////////// Introduced in
https://github.com/D-Programming-Language/dmd/pull/2665
Comment #1
by k.hara.pg — 2014-09-21T07:57:41Z
https://github.com/D-Programming-Language/dmd/pull/4008
Comment #2
by github-bugzilla — 2014-09-25T05:01:49Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/20ced52ed327a534b227dcd3e35edb2d1a432656
fix Issue 13515 - "Range violation" when writing to array of AAs from static this
https://github.com/D-Programming-Language/dmd/commit/a577e3284936875b61bb60f88f7a8e593ad95fa2
Merge pull request #4008 from 9rnsr/fix13515 [REG2.064] Issue 13515 - "Range violation" when writing to array of AAs from static this
Comment #3
by github-bugzilla — 2015-02-18T03:37:17Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/20ced52ed327a534b227dcd3e35edb2d1a432656
fix Issue 13515 - "Range violation" when writing to array of AAs from static this
https://github.com/D-Programming-Language/dmd/commit/a577e3284936875b61bb60f88f7a8e593ad95fa2
Merge pull request #4008 from 9rnsr/fix13515