Thread overview
[Issue 24573] qualified identifiers confuse IFTI
May 29, 2024
basile-z
May 29, 2024
basile-z
May 29, 2024
https://issues.dlang.org/show_bug.cgi?id=24573

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|qualified identifiers       |qualified identifiers
                   |conduse IFTI                |confuse IFTI

--
May 29, 2024
https://issues.dlang.org/show_bug.cgi?id=24573

--- Comment #1 from basile-z <b2.temp@gmx.com> ---
The error message is

> Error: undefined identifier `T`

It's probable that IFTI actually works but when the time comes to run the
semantics of
`m.Tuple!T`, the scope used is wrong.

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

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

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

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

--