Thread overview
[Issue 13479] Templates not emitted when instantiated in mixins mixed in functions
Sep 15, 2014
Kenji Hara
Sep 15, 2014
Kenji Hara
[Issue 13479] [REG2.067a] Templates not emitted when instantiated in mixins mixed in functions
Sep 15, 2014
Kenji Hara
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13479

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3991

--
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13479

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows                     |All

--
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13479

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Templates not emitted when  |[REG2.067a] Templates not
                   |instantiated in mixins      |emitted when instantiated
                   |mixed in functions          |in mixins mixed in
                   |                            |functions

--
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13479

--- Comment #2 from github-bugzilla@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

--
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13479

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13479

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 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

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

--