[dmd-internals] [D-Programming-Language/dmd] 084a06: fix Issue 13601 - static if (__ctfe) should emit e...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Oct 23 22:52:23 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 084a06583549525f7f7fa1c23bbd9164ce74e319
https://github.com/D-Programming-Language/dmd/commit/084a06583549525f7f7fa1c23bbd9164ce74e319
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M src/expression.c
M src/mtype.c
A test/fail_compilation/fail13601.d
Log Message:
-----------
fix Issue 13601 - static if (__ctfe) should emit error
Commit: 7565650a3e8eb31d548ca4008e33fe15577d6b4e
https://github.com/D-Programming-Language/dmd/commit/7565650a3e8eb31d548ca4008e33fe15577d6b4e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M src/interpret.c
Log Message:
-----------
[diagnostic] Use "compile time" for consistency instead of "compile-time"
Commit: ff8313c25377699be5ce61bcf21d51d352b45ad5
https://github.com/D-Programming-Language/dmd/commit/ff8313c25377699be5ce61bcf21d51d352b45ad5
Author: Walter Bright <walter at walterbright.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M src/expression.c
M src/interpret.c
M src/mtype.c
A test/fail_compilation/fail13601.d
Log Message:
-----------
Merge pull request #4084 from 9rnsr/fix13601
[REG2.064] Issue 13601 - static if (__ctfe) should emit error
Compare: https://github.com/D-Programming-Language/dmd/compare/6ae83a83cc59...ff8313c25377
More information about the dmd-internals
mailing list