← Back to index
|
Original Bugzilla link
Bug 12316 – GIT HEAD: AA.get broken for Object VAL types
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-03-08T07:53:00Z
Last change time
2014-03-23T17:11:55Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
puneet
Comments
Comment #0
by puneet — 2014-03-08T07:53:09Z
Error: cannot implicitly convert expression (defVal) of type object.Object to inout(Object) void main() { Object defObj = null; Object[int] foo; auto frop = foo.get(0, null); // compiles fine auto bar = foo.get(0, defObj); // error }
Comment #1
by dlang-bugzilla — 2014-03-08T14:11:43Z
Introduced in
https://github.com/D-Programming-Language/druntime/pull/733
Comment #2
by k.hara.pg — 2014-03-09T21:09:15Z
https://github.com/D-Programming-Language/dmd/pull/3369
Comment #3
by github-bugzilla — 2014-03-23T02:34:47Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/64dc5d0f286fb40d09b06984419333b8db2f4a2d
fix Issue 12316 - AA.get broken for Object VAL types More better fix for the issue 7757.
https://github.com/D-Programming-Language/dmd/commit/7d19a26a579b8c700d8bb59a1e9c63a6d56aad53
Merge pull request #3369 from 9rnsr/fix12316 [REG2.066a] Issue 12316 - AA.get broken for Object VAL types