[Issue 7464] Better Error Message When Using S.tupleof within S

2023-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7464

Basile-z  changed:

   What|Removed |Added

   Keywords||accepts-invalid
 CC||b2.t...@gmx.com

--- Comment #3 from Basile-z  ---
compiles since 2.080 but AFAIU this should not

--


[Issue 7464] Better Error Message When Using S.tupleof within S

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7464

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P3

--


[Issue 7464] Better Error Message When Using S.tupleof within S

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7464

Vladimir Panteleev  changed:

   What|Removed |Added

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

--- Comment #2 from Vladimir Panteleev  ---
FWIW, the code compiled before https://github.com/dlang/dmd/pull/595.

--


[Issue 7464] Better Error Message When Using S.tupleof within S

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7464

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 7464] Better Error Message When Using S.tupleof within S

2014-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7464

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com

--- Comment #1 from Andrej Mitrovic andrej.mitrov...@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.

--