[Issue 13479] [REG2.067a] Templates not emitted when instantiated in mixins mixed in functions

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 15 14:04:45 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13479

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/22ff2a531015b5330b9a095f028dc87e80df8fb2
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.

https://github.com/D-Programming-Language/dmd/commit/fa25bae1f4384448a24473321da4261b9b830c3a
Merge pull request #3991 from 9rnsr/fix13479

[REG2.067a] Issue 13479 - Templates not emitted when instantiated in mixins
mixed in functions

--


More information about the Digitalmars-d-bugs mailing list