Thread overview
[Issue 7464] Better Error Message When Using S.tupleof within S
Apr 28, 2014
Andrej Mitrovic
Jul 19, 2017
Vladimir Panteleev
Dec 17, 2022
Iain Buclaw
Feb 11, 2023
Basile-z
April 28, 2014
https://issues.dlang.org/show_bug.cgi?id=7464

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
The new diagnostic is:

-----
test.d(2): Error: forward reference of variable hasIndirections
test.d(2): Error: template instance test.hasIndirections!(S) error
instantiating
-----

But I'm not sure this is better.

--
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=7464

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
July 19, 2017
https://issues.dlang.org/show_bug.cgi?id=7464

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=7190

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
FWIW, the code compiled before https://github.com/dlang/dmd/pull/595.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
February 11, 2023
https://issues.dlang.org/show_bug.cgi?id=7464

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
                 CC|                            |b2.temp@gmx.com

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
compiles since 2.080 but AFAIU this should not

--