[dmd-internals] [D-Programming-Language/dmd] 325416: Move all compile-time boundaries tests into runnab...
GitHub
noreply at github.com
Mon Mar 18 07:56:59 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 32541617cebbacc9a09443af903ecd2854c8de90
https://github.com/D-Programming-Language/dmd/commit/32541617cebbacc9a09443af903ecd2854c8de90
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M test/runnable/template9.d
M test/runnable/testbounds.d
A test/runnable/testbounds2.d
Log Message:
-----------
Move all compile-time boundaries tests into runnable/testbounds2.d
Commit: 1877c84d16a553c8686439506e4b7a9e03476f1f
https://github.com/D-Programming-Language/dmd/commit/1877c84d16a553c8686439506e4b7a9e03476f1f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M src/mtype.c
M src/template.c
M test/runnable/testbounds2.d
Log Message:
-----------
fix Issue 9743 - IFTI and polymorphic string literal should support implicit conversion to static array type
Support (non-)polymorphic string argument
Commit: eed811093972ac84c7237bb5724261cca8960e47
https://github.com/D-Programming-Language/dmd/commit/eed811093972ac84c7237bb5724261cca8960e47
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M test/runnable/testbounds2.d
Log Message:
-----------
fix Issue 9747 - IFTI argument deduction fails for committed string literals which are implicitly converted to a static array
Commit: 6b634f369a53cdc297d0f41c50d03f8b091ea074
https://github.com/D-Programming-Language/dmd/commit/6b634f369a53cdc297d0f41c50d03f8b091ea074
Author: Martin Nowak <code at dawg.eu>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M src/mtype.c
M src/template.c
M test/runnable/template9.d
M test/runnable/testbounds.d
A test/runnable/testbounds2.d
Log Message:
-----------
Merge pull request #1761 from 9rnsr/ct_boundary
Issue 9743 - IFTI and polymorphic string literal should support implicit conversion to static array type
Compare: https://github.com/D-Programming-Language/dmd/compare/d59eee4b85a6...6b634f369a53
More information about the dmd-internals
mailing list