[dmd-internals] [D-Programming-Language/dmd] 1a5c0e: fix Issue 10179 - Tuple assignment should not caus...
GitHub
noreply at github.com
Mon May 27 06:19:01 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1a5c0e6f01a78a501782d1f511e0f68d85b36d6f
https://github.com/D-Programming-Language/dmd/commit/1a5c0e6f01a78a501782d1f511e0f68d85b36d6f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-26 (Sun, 26 May 2013)
Changed paths:
M src/expression.c
M test/runnable/aliasthis.d
Log Message:
-----------
fix Issue 10179 - Tuple assignment should not cause "has no effect" error even if the length is zero
Commit: ccfdf10f50e76ae93986619190a542da565388f7
https://github.com/D-Programming-Language/dmd/commit/ccfdf10f50e76ae93986619190a542da565388f7
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M src/expression.c
M test/runnable/aliasthis.d
Log Message:
-----------
Merge pull request #2084 from 9rnsr/fix10179
[enh] Issue 10179 - Tuple assignment should not cause "has no effect" error even if the length is zero
Compare: https://github.com/D-Programming-Language/dmd/compare/32943c738692...ccfdf10f50e7
More information about the dmd-internals
mailing list