May 25, 2012 [dmd-internals] [D-Programming-Language/dmd] 4d1a87: Add test for issue 7911 | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 4d1a87507e737e0feaad789e2ebf0689b80a77d7 https://github.com/D-Programming-Language/dmd/commit/4d1a87507e737e0feaad789e2ebf0689b80a77d7 Author: k-hara <k.hara.pg@gmail.com> Date: 2012-05-25 (Fri, 25 May 2012) Changed paths: M test/runnable/test42.d Log Message: ----------- Add test for issue 7911 Commit: c8550ba2d3e8bdb4074ba82843a872168c87dff5 https://github.com/D-Programming-Language/dmd/commit/c8550ba2d3e8bdb4074ba82843a872168c87dff5 Author: k-hara <k.hara.pg@gmail.com> Date: 2012-05-25 (Fri, 25 May 2012) Changed paths: M src/declaration.c M test/runnable/declaration.d Log Message: ----------- fix Issue 8147 - Blah!R.init now requires parens - (Blah!R).init We should not call AliasDeclaratation::semantic() twice, even if Dsymbol::scope != NULL. Commit: dfb9f29179b3f2a923d6edf2c4b21be50e7f1a29 https://github.com/D-Programming-Language/dmd/commit/dfb9f29179b3f2a923d6edf2c4b21be50e7f1a29 Author: Walter Bright <walter@walterbright.com> Date: 2012-05-25 (Fri, 25 May 2012) Changed paths: M src/declaration.c M test/runnable/declaration.d M test/runnable/test42.d Log Message: ----------- Merge pull request #966 from 9rnsr/fix8147 Issue 8147 - Blah!R.init now requires parens - (Blah!R).init Compare: https://github.com/D-Programming-Language/dmd/compare/db915a1...dfb9f29 |
Copyright © 1999-2021 by the D Language Foundation