[dmd-internals] [D-Programming-Language/dmd] f189f2: fix Issue 9712 - IFTI does not support deducing st...
GitHub
noreply at github.com
Fri Mar 15 09:58:38 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f189f2898f5ef5f8ad03e9bd65c371d87cb39036
https://github.com/D-Programming-Language/dmd/commit/f189f2898f5ef5f8ad03e9bd65c371d87cb39036
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 9712 - IFTI does not support deducing static array types from array literal arguments
Commit: c0c678e73a088482da91b6e05c1ec91788461273
https://github.com/D-Programming-Language/dmd/commit/c0c678e73a088482da91b6e05c1ec91788461273
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 9654 - Template function cannot take string by ref T[len]
That should work even if len is TemplateValueParameter.
Commit: b491ce95cd1a6c70c5de9a081737e2eb6a9ee3e2
https://github.com/D-Programming-Language/dmd/commit/b491ce95cd1a6c70c5de9a081737e2eb6a9ee3e2
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M src/template.c
M test/runnable/testbounds.d
Log Message:
-----------
Bug fix mentioned by Martin Nowak for issue 3652
Commit: fbe5d4073c8a50b3436ce0027eb7e0c0f1251c6b
https://github.com/D-Programming-Language/dmd/commit/fbe5d4073c8a50b3436ce0027eb7e0c0f1251c6b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M src/cast.c
M src/mtype.c
M test/runnable/template9.d
M test/runnable/testbounds.d
Log Message:
-----------
Fix bugs around ref and CT-boundaries argument
Improve test for issue 9654 and 3652.
Commit: 0abdc798c436925bc59569105d88233e038592fc
https://github.com/D-Programming-Language/dmd/commit/0abdc798c436925bc59569105d88233e038592fc
Author: Martin Nowak <code at dawg.eu>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M src/cast.c
M src/mtype.c
M src/template.c
M test/runnable/template9.d
M test/runnable/testbounds.d
Log Message:
-----------
Merge pull request #1744 from 9rnsr/fix9712
Issue 9712 - IFTI does not support deducing static array types from array literal arguments
Compare: https://github.com/D-Programming-Language/dmd/compare/43a8897e9980...0abdc798c436
More information about the dmd-internals
mailing list