[dmd-internals] [D-Programming-Language/dmd] 7f9326: Issue 10548 - argument has no identifier
GitHub
noreply at github.com
Sun Jul 7 13:47:47 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7f932696732c9f8237b039b72342e3080ddd8c11
https://github.com/D-Programming-Language/dmd/commit/7f932696732c9f8237b039b72342e3080ddd8c11
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-07-07 (Sun, 07 Jul 2013)
Changed paths:
M src/declaration.c
M src/template.c
M test/runnable/functype.d
Log Message:
-----------
Issue 10548 - argument has no identifier
Don't strip default args and parameter names on alias declarations.
Instead do it against template type arguments.
Commit: 0f36bb59d3f4be01b19510d7c625ed458f00b831
https://github.com/D-Programming-Language/dmd/commit/0f36bb59d3f4be01b19510d7c625ed458f00b831
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-07 (Sun, 07 Jul 2013)
Changed paths:
M src/declaration.c
M src/template.c
M test/runnable/functype.d
Log Message:
-----------
Merge pull request #2311 from 9rnsr/improveDefArgs
[REG2.064a] Issue 10548 - argument has no identifier
Compare: https://github.com/D-Programming-Language/dmd/compare/ae5ec6160fe5...0f36bb59d3f4
More information about the dmd-internals
mailing list