February 27, 2014 [dmd-internals] [D-Programming-Language/dmd] 0b6124: fix Support for overloaded template functions in w... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0b6124a522bec5a3bcc1de735a6a14dacc1293cf https://github.com/D-Programming-Language/dmd/commit/0b6124a522bec5a3bcc1de735a6a14dacc1293cf Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-25 (Tue, 25 Feb 2014) Changed paths: M src/expression.c M src/expression.h M test/runnable/template9.d Log Message: ----------- fix Support for overloaded template functions in with block Commit: 5d34cb637a9819aead55e8059040f05f02f9d7fa https://github.com/D-Programming-Language/dmd/commit/5d34cb637a9819aead55e8059040f05f02f9d7fa Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-25 (Tue, 25 Feb 2014) Changed paths: M src/expression.c M src/template.c M src/template.h Log Message: ----------- [Refactoring] Remove `TemplateInstance::withsym` so it would be redundant Commit: 056e1dc2ce360fc9f4b71c0ef2948a6484eb1af5 https://github.com/D-Programming-Language/dmd/commit/056e1dc2ce360fc9f4b71c0ef2948a6484eb1af5 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-25 (Tue, 25 Feb 2014) Changed paths: M test/runnable/template9.d Log Message: ----------- fix Issue 12042 - "CTFE internal error: Dotvar assignment" with template method and "with" Commit: 5ffe893583f149dd182ad323e93bdf17ca1c2165 https://github.com/D-Programming-Language/dmd/commit/5ffe893583f149dd182ad323e93bdf17ca1c2165 Author: Walter Bright <walter@walterbright.com> Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M src/expression.c M src/expression.h M src/template.c M src/template.h M test/runnable/template9.d Log Message: ----------- Merge pull request #3065 from 9rnsr/fix11872 Issue 11872 - Support for overloaded template functions in with block Compare: https://github.com/D-Programming-Language/dmd/compare/976e1bcbd960...5ffe893583f1 |
Copyright © 1999-2021 by the D Language Foundation