Thread overview
[Issue 21149] templatized alias instances are not counted with -vtemplates
Aug 12, 2020
Basile-z
Aug 12, 2020
Basile-z
Aug 12, 2020
Dlang Bot
Dec 17, 2022
Iain Buclaw
August 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21149

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|templatized alias instances |templatized alias instances
                   |are not coun ted with       |are not counted with
                   |-vtemplates                 |-vtemplates

--
August 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21149

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
this is caused by special semantics function

- aliasInstanceSemantic()
- aliasSeqInstanceSemantic() (AliasSeq reports are wrong too)

I'm not sure if this is a bug because since there's a special processing for them shouldn't be excluded of the report ?

--
August 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21149

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@NilsLankila created dlang/dmd pull request #11560 "fix issue 21149 - exclude templatized alias and aliasseq from -vtempl…" fixing this issue:

- fix issue 21149 - exclude templatized alias and aliasseq from -vtemplates reports

  Because their semantic is special, that doesn't follow the standard path.

https://github.com/dlang/dmd/pull/11560

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21149

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=21149

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17980

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--