[dmd-internals] [D-Programming-Language/dmd] 6aa580: fix Issue 6208 with tuple parameter deduction in I...
GitHub
noreply at github.com
Sat Feb 11 10:15:52 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6aa5805f571be5a2d393f83cbe5dd9354c366067
https://github.com/D-Programming-Language/dmd/commit/6aa5805f571be5a2d393f83cbe5dd9354c366067
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-02-11 (Sat, 11 Feb 2012)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 6208 with tuple parameter deduction in IFTI.
If a function parameter using tuple template parameter has some storage classes, the its whole matching level should be the worst of each tuple elements.
Commit: f2d4c6c780babd671d26a6157bcb8f948622bd83
https://github.com/D-Programming-Language/dmd/commit/f2d4c6c780babd671d26a6157bcb8f948622bd83
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-02-11 (Sat, 11 Feb 2012)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
Support inout deduction with tuple function parameter.
Commit: 4cc9491baabd8936933ff6b338e9a9c3a919735f
https://github.com/D-Programming-Language/dmd/commit/4cc9491baabd8936933ff6b338e9a9c3a919735f
Author: Walter Bright <walter at walterbright.com>
Date: 2012-02-11 (Sat, 11 Feb 2012)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #709 from 9rnsr/fix6208_for_tuple
fix Issue 6208 with tuple parameter deduction in IFTI.
Compare: https://github.com/D-Programming-Language/dmd/compare/c504c3f...4cc9491
More information about the dmd-internals
mailing list