[dmd-internals] [D-Programming-Language/dmd] 98bf11: fix Issue 6334 - Template is silently not instanti...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Sep 14 14:55:47 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 98bf11d7d6941fe0423c6805e30acc7b796e064d
https://github.com/D-Programming-Language/dmd/commit/98bf11d7d6941fe0423c6805e30acc7b796e064d
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
A test/fail_compilation/fail6334.d
Log Message:
-----------
fix Issue 6334 - Template is silently not instantiated
Commit: e93599f1d3a130435879e93e85abe4a1180a9a98
https://github.com/D-Programming-Language/dmd/commit/e93599f1d3a130435879e93e85abe4a1180a9a98
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M test/runnable/mixin2.d
Log Message:
-----------
fix Issue 7553 - auto template param triggers mixin conflict
Commit: 65fcdb45094b45a3563ac583e5eef509dafe43cc
https://github.com/D-Programming-Language/dmd/commit/65fcdb45094b45a3563ac583e5eef509dafe43cc
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M test/runnable/overload.d
Log Message:
-----------
fix Issue 7849 - Manifest constants don't resolve the polysemous literal type
Commit: b835ce46251ba7c9b6003abf80a1e45982dc9de3
https://github.com/D-Programming-Language/dmd/commit/b835ce46251ba7c9b6003abf80a1e45982dc9de3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M test/runnable/template9.d
Log Message:
-----------
fix Issue 8462 - recursive alias error with function pointer
Commit: 0c813dc9f74cf76a9eddee3c83e13ffc009e7256
https://github.com/D-Programming-Language/dmd/commit/0c813dc9f74cf76a9eddee3c83e13ffc009e7256
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
A test/fail_compilation/fail8724.d
Log Message:
-----------
fix Issue 8724 - Throwing exception in constructor prints strange warning
Commit: 7c497d88dcc0d6c0b3ad61efef05e7beb6a35b60
https://github.com/D-Programming-Language/dmd/commit/7c497d88dcc0d6c0b3ad61efef05e7beb6a35b60
Author: Walter Bright <walter at walterbright.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
A test/fail_compilation/fail6334.d
A test/fail_compilation/fail8724.d
M test/runnable/mixin2.d
M test/runnable/overload.d
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #3986 from 9rnsr/worksforme
Add test cases for worksforme issues with git-head
Compare: https://github.com/D-Programming-Language/dmd/compare/90edf53c2188...7c497d88dcc0
More information about the dmd-internals
mailing list