[dmd-internals] [D-Programming-Language/dmd] 1c82f1: Remove excessive "errors instantiating template" m...
GitHub
noreply at github.com
Thu Sep 26 22:23:46 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1c82f19d81f3adaa174f4c0db07586940e01ad34
https://github.com/D-Programming-Language/dmd/commit/1c82f19d81f3adaa174f4c0db07586940e01ad34
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-25 (Wed, 25 Sep 2013)
Changed paths:
M src/expression.c
M test/fail_compilation/fail10346.d
Log Message:
-----------
Remove excessive "errors instantiating template" message
I can believe that recent many fixes around IFTI had make the message unnecessary.
Commit: 818448500d7e015816b19f391985e1fb72947acc
https://github.com/D-Programming-Language/dmd/commit/818448500d7e015816b19f391985e1fb72947acc
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-25 (Wed, 25 Sep 2013)
Changed paths:
M src/func.c
M src/template.c
A test/fail_compilation/fail11125.d
Log Message:
-----------
fix Issue 11125 - UFCS instantiation of template causes template constraint to be skipped
Additionally improve lambda formatting in error messages
Commit: 5e692dac924ad485c0365a067f8a53790caebc6f
https://github.com/D-Programming-Language/dmd/commit/5e692dac924ad485c0365a067f8a53790caebc6f
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M src/expression.c
M src/func.c
M src/template.c
M test/fail_compilation/fail10346.d
A test/fail_compilation/fail11125.d
Log Message:
-----------
Merge pull request #2589 from 9rnsr/fix11125
Issue 11125 - UFCS instantiation of template causes template constraint to be skipped
Compare: https://github.com/D-Programming-Language/dmd/compare/d9460bfc69ae...5e692dac924a
More information about the dmd-internals
mailing list