[dmd-internals] [D-Programming-Language/dmd] 57b770: Issue 7444 - Require [] for array copies too
GitHub
noreply at github.com
Wed Mar 6 22:53:46 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 57b770ed49379c5af726d23356e0f75818a3f859
https://github.com/D-Programming-Language/dmd/commit/57b770ed49379c5af726d23356e0f75818a3f859
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M src/expression.c
M test/compilable/deprecate2.d
M test/compilable/derivedarray.d
M test/compilable/interpret3.d
M test/fail_compilation/fail77.d
M test/runnable/arrayop.d
M test/runnable/assignable.d
M test/runnable/sdtor.d
M test/runnable/test4.d
M test/runnable/testconst.d
Log Message:
-----------
Issue 7444 - Require [] for array copies too
Commit: 8519a3a03f7a537300cded7a61baea7cd9dc63df
https://github.com/D-Programming-Language/dmd/commit/8519a3a03f7a537300cded7a61baea7cd9dc63df
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M src/expression.c
M test/compilable/deprecate2.d
M test/compilable/derivedarray.d
M test/compilable/interpret3.d
M test/fail_compilation/fail77.d
A test/fail_compilation/warn7444.d
M test/runnable/arrayop.d
M test/runnable/assignable.d
M test/runnable/sdtor.d
M test/runnable/test4.d
M test/runnable/testconst.d
Log Message:
-----------
Change deprecation error to warning.
Commit: ba1009c5561b51b8f18d9c869fde9bd45cb7ebc7
https://github.com/D-Programming-Language/dmd/commit/ba1009c5561b51b8f18d9c869fde9bd45cb7ebc7
Author: Walter Bright <walter at walterbright.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M src/expression.c
A test/fail_compilation/warn7444.d
Log Message:
-----------
Merge pull request #702 from 9rnsr/fix7444
Issue 7444 - Require [] for array copies too
Compare: https://github.com/D-Programming-Language/dmd/compare/3644943a299b...ba1009c5561b
More information about the dmd-internals
mailing list