[dmd-internals] [D-Programming-Language/dmd] a235ba: fix Issue 7922 - alias this causes weird formattin...
GitHub
noreply at github.com
Mon May 21 14:58:01 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a235ba424a9095b5ca2cc08f6c3444354c1a0013
https://github.com/D-Programming-Language/dmd/commit/a235ba424a9095b5ca2cc08f6c3444354c1a0013
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M src/declaration.c
M src/opover.c
M test/runnable/aliasthis.d
Log Message:
-----------
fix Issue 7922 - alias this causes weird formatting issues for strings
This was a regression of fixing 7583, and redundant copy of syntax tree have been made this problem.
So I revert efd4711 + cd7dfca, and add necessary and sufficient copy.
Commit: 3ecc1f3fbfd1d821bd647bde2e9d4adbcf9f2b9d
https://github.com/D-Programming-Language/dmd/commit/3ecc1f3fbfd1d821bd647bde2e9d4adbcf9f2b9d
Author: Walter Bright <walter at walterbright.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/declaration.c
M src/opover.c
M test/runnable/aliasthis.d
Log Message:
-----------
Merge pull request #885 from 9rnsr/fix7922
Issue 7922 - alias this causes weird formatting issues for strings
Compare: https://github.com/D-Programming-Language/dmd/compare/ad84e0d...3ecc1f3
More information about the dmd-internals
mailing list