[dmd-internals] [D-Programming-Language/dmd] 38e5da: Remove special handling of delete aa[key].
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Aug 31 06:39:32 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 38e5da34feb164983a63c040c10e7a642ff85907
https://github.com/D-Programming-Language/dmd/commit/38e5da34feb164983a63c040c10e7a642ff85907
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-08-29 (Fri, 29 Aug 2014)
Changed paths:
M src/expression.c
A test/fail_compilation/faildeleteaa.d
Log Message:
-----------
Remove special handling of delete aa[key].
This has been an error for a couple of years, and has been deprecated since pre D 1.0.
Commit: 2c13b63d565a573d1456d6d563007a2fc3ba0dcd
https://github.com/D-Programming-Language/dmd/commit/2c13b63d565a573d1456d6d563007a2fc3ba0dcd
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/expression.c
A test/fail_compilation/faildeleteaa.d
Log Message:
-----------
Merge pull request #3913 from yebblies/deleteaa
Remove special handling of `delete aa[key]`.
Compare: https://github.com/D-Programming-Language/dmd/compare/c75b068d67bc...2c13b63d565a
More information about the dmd-internals
mailing list