[dmd-internals] [D-Programming-Language/dmd] 73e48f: fix Issue 10989 - [CTFE] Uncaught exception messag...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jan 5 23:06:32 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 73e48f02b6eca202f7bacc0023555d5608f7019c
https://github.com/D-Programming-Language/dmd/commit/73e48f02b6eca202f7bacc0023555d5608f7019c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M src/ctfeexpr.c
M test/fail_compilation/ctfe10989.d
Log Message:
-----------
fix Issue 10989 - [CTFE] Uncaught exception messages are not pretty printed if message wasn't literal
Fix the remained case.
Commit: 94db1fa80e004a456a68b014a9f0498c216a77ed
https://github.com/D-Programming-Language/dmd/commit/94db1fa80e004a456a68b014a9f0498c216a77ed
Author: Walter Bright <walter at walterbright.com>
Date: 2015-01-05 (Mon, 05 Jan 2015)
Changed paths:
M src/ctfeexpr.c
M test/fail_compilation/ctfe10989.d
Log Message:
-----------
Merge pull request #4252 from 9rnsr/fix10989
Issue 10989 - [CTFE] Uncaught exception messages are not pretty printed if message wasn't literal
Compare: https://github.com/D-Programming-Language/dmd/compare/b208c82e014a...94db1fa80e00
More information about the dmd-internals
mailing list