← Back to index
|
Original Bugzilla link
Bug 12136 – [AA] Associative array `keys` and `values` become non-properties.
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-02-12T02:09:00Z
Last change time
2014-02-12T04:39:04Z
Assigned to
nobody
Creator
verylonglogin.reg
Comments
Comment #0
by verylonglogin.reg — 2014-02-12T02:09:54Z
Because of druntime pull 668 [1] AA `keys` and `values` become non-properties thus breaking lots of builds with `-property` switch. [1]
https://github.com/D-Programming-Language/druntime/pull/668
Comment #1
by andrej.mitrovich — 2014-02-12T02:15:54Z
We could fix this by removing -property altogether, since this is already planned.
Comment #2
by verylonglogin.reg — 2014-02-12T02:20:06Z
Or by this pull:
https://github.com/D-Programming-Language/druntime/pull/722
Comment #3
by github-bugzilla — 2014-02-12T04:02:37Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/d2b46d1e7e0ee8eece9845af1ff1df6630fd1ed3
Fix Issue 12136 - [AA] Associative array `keys` and `values` become non-properties. Issue URL:
https://d.puremagic.com/issues/show_bug.cgi?id=12136
https://github.com/D-Programming-Language/druntime/commit/29a05b0fb8a8fc514803f122503c8a5a92641faf
Merge pull request #722 from denis-sh/fix-issue-12136 Fix Issue 12136 - [AA] Associative array `keys` and `values` become non-properties.