[dmd-internals] [D-Programming-Language/dmd] 8779d4: Fix bug 10989 [CTFE] Uncaught exception messages a...
GitHub
noreply at github.com
Mon Sep 16 15:44:13 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8779d47334e6b1f7cfab13a8955cdceb733d403a
https://github.com/D-Programming-Language/dmd/commit/8779d47334e6b1f7cfab13a8955cdceb733d403a
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-09-11 (Wed, 11 Sep 2013)
Changed paths:
M src/ctfeexpr.c
A test/fail_compilation/ctfe10989.d
Log Message:
-----------
Fix bug 10989 [CTFE] Uncaught exception messages are not pretty printed
Convert it to a StringExp before printing.
Commit: e87199a75c504a668b117d7b9a99edc54aa2e4d0
https://github.com/D-Programming-Language/dmd/commit/e87199a75c504a668b117d7b9a99edc54aa2e4d0
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-16 (Mon, 16 Sep 2013)
Changed paths:
M src/ctfeexpr.c
A test/fail_compilation/ctfe10989.d
Log Message:
-----------
Merge pull request #2563 from donc/uncaught10989
10989 [CTFE] Uncaught exception messages are not pretty printed
Compare: https://github.com/D-Programming-Language/dmd/compare/f79bb0188fe5...e87199a75c50
More information about the dmd-internals
mailing list