May 21, 2012 [dmd-internals] [D-Programming-Language/dmd] a235ba: fix Issue 7922 - alias this causes weird formattin... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation