September 15, 2014 [dmd-internals] [D-Programming-Language/dmd] 22ff2a: fix Issue 13479 - Templates not emitted when insta... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 22ff2a531015b5330b9a095f028dc87e80df8fb2 https://github.com/D-Programming-Language/dmd/commit/22ff2a531015b5330b9a095f028dc87e80df8fb2 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-09-16 (Tue, 16 Sep 2014) Changed paths: M src/e2ir.c M test/runnable/mixin2.d Log Message: ----------- fix Issue 13479 - Templates not emitted when instantiated in mixins mixed in functions In the PR #3948, I changed the position where `TemplateInstance`s are inserted. https://github.com/D-Programming-Language/dmd/pull/3948/files#diff-0477a1d81a6a920c99362954179c59c8R5937 But, I didn't notice that glue-layer does not handle `TemplateInstance`s in local members. Commit: fa25bae1f4384448a24473321da4261b9b830c3a https://github.com/D-Programming-Language/dmd/commit/fa25bae1f4384448a24473321da4261b9b830c3a Author: David Nadlinger <code@klickverbot.at> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M src/e2ir.c M test/runnable/mixin2.d Log Message: ----------- Merge pull request #3991 from 9rnsr/fix13479 [REG2.067a] Issue 13479 - Templates not emitted when instantiated in mixins mixed in functions Compare: https://github.com/D-Programming-Language/dmd/compare/17e51a018abe...fa25bae1f438 |
Copyright © 1999-2021 by the D Language Foundation