[dmd-internals] [D-Programming-Language/dmd] b6e8ef: fix Issue 14160 - mutable global data access is wr...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Feb 11 15:55:38 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b6e8ef68dda3f306c70be659a69efa1db897798f
https://github.com/D-Programming-Language/dmd/commit/b6e8ef68dda3f306c70be659a69efa1db897798f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M src/expression.c
M test/fail_compilation/testInference.d
Log Message:
-----------
fix Issue 14160 - mutable global data access is wrongly accepted in pure function
Commit: abc775b2a8a08e07193d54dcbfc75b1bb34ee16d
https://github.com/D-Programming-Language/dmd/commit/abc775b2a8a08e07193d54dcbfc75b1bb34ee16d
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M src/expression.c
M test/fail_compilation/testInference.d
Log Message:
-----------
Merge pull request #4398 from 9rnsr/fix14160
[REG2.066] Issue 14160 - mutable global data access is wrongly accepted in pure function
Compare: https://github.com/D-Programming-Language/dmd/compare/50e1b75c44dc...abc775b2a8a0
More information about the dmd-internals
mailing list