[dmd-internals] [D-Programming-Language/dmd] 4eb179: Fix issue 8714 Missing error message with circular...
GitHub
noreply at github.com
Tue Oct 9 22:32:54 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4eb179d96c4b3402250a707e29ca00ca982cd431
https://github.com/D-Programming-Language/dmd/commit/4eb179d96c4b3402250a707e29ca00ca982cd431
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M src/interpret.c
M src/template.c
A test/fail_compilation/diag8714.d
Log Message:
-----------
Fix issue 8714 Missing error message with circular use of CTFE
The error message was missing, and the supplementary error was also
spuriously repeated.
Commit: 7560c41f986d65fbc889838f1e9783897dfb5fa8
https://github.com/D-Programming-Language/dmd/commit/7560c41f986d65fbc889838f1e9783897dfb5fa8
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M test/fail_compilation/diag8714.d
Log Message:
-----------
Fix test case (wrong error message)
Commit: 649ad799371e282391813ba9126f5f63f4223656
https://github.com/D-Programming-Language/dmd/commit/649ad799371e282391813ba9126f5f63f4223656
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-10-09 (Tue, 09 Oct 2012)
Changed paths:
M src/interpret.c
M src/template.c
A test/fail_compilation/diag8714.d
Log Message:
-----------
Merge pull request #1141 from donc/ctfe8714recursive_semantic
Fix issue 8714 Missing error message with circular use of CTFE
Compare: https://github.com/D-Programming-Language/dmd/compare/ca3f2ee451ae...649ad799371e
More information about the dmd-internals
mailing list