[dmd-internals] [D-Programming-Language/dmd] a2ebc1: fix up issue 8556
GitHub
noreply at github.com
Tue Dec 18 05:55:37 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a2ebc10cb1dfd6de4df55370162cd9c6a4237041
https://github.com/D-Programming-Language/dmd/commit/a2ebc10cb1dfd6de4df55370162cd9c6a4237041
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-18 (Tue, 18 Dec 2012)
Changed paths:
M src/expression.c
M src/mtype.c
M src/statement.c
M test/compilable/compile1.d
R test/fail_compilation/test8532.d
M test/fail_compilation/test8556.d
Log Message:
-----------
fix up issue 8556
Use speculative flag to ungag errors
Commit: bfb90a4a51c9499152382fd1ed974ec34dfb30ab
https://github.com/D-Programming-Language/dmd/commit/bfb90a4a51c9499152382fd1ed974ec34dfb30ab
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-18 (Tue, 18 Dec 2012)
Changed paths:
M src/mtype.c
A test/fail_compilation/test9176.d
Log Message:
-----------
fix Issue 9176 - Incorrect gagging of fwdref error in alias this semantics
Commit: a739c13caa662eba6c8bc2493c41368068541f02
https://github.com/D-Programming-Language/dmd/commit/a739c13caa662eba6c8bc2493c41368068541f02
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-12-18 (Tue, 18 Dec 2012)
Changed paths:
M src/expression.c
M src/mtype.c
M src/statement.c
M test/compilable/compile1.d
R test/fail_compilation/test8532.d
M test/fail_compilation/test8556.d
A test/fail_compilation/test9176.d
Log Message:
-----------
Merge pull request #1384 from 9rnsr/fix8556
Fixup pull#1380, and fix Issue 9176 - Incorrect gagging of fwdref error in alias this semantics
Compare: https://github.com/D-Programming-Language/dmd/compare/04cbe5d8a761...a739c13caa66
More information about the dmd-internals
mailing list