Thread overview
[Issue 13776] [REG2.067a] Incorrect "recursive alias declaration" error with `__traits(compiles, ...)`
Nov 28, 2014
Kenji Hara
Dec 27, 2014
Kenji Hara
Jan 31, 2015
Denis Shelomovskij
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13776

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Summary|Incorrect "recursive alias  |[REG2.067a] Incorrect
                   |declaration" error with     |"recursive alias
                   |`__traits(compiles, ...)`   |declaration" error with
                   |                            |`__traits(compiles, ...)`

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

--
December 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13776

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

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

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Kenji Hara from comment #1)
> https://github.com/D-Programming-Language/dmd/pull/4172

PR is merged and the issue is fixed.

https://github.com/D-Programming-Language/dmd/commit/5ba2e4e4dc7de523352d0b61143d7c9bd2bd594a

--
January 31, 2015
https://issues.dlang.org/show_bug.cgi?id=13776

--- Comment #3 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
(In reply to Kenji Hara from comment #2)
> (In reply to Kenji Hara from comment #1)
> > https://github.com/D-Programming-Language/dmd/pull/4172
> 
> PR is merged and the issue is fixed.
> 
> https://github.com/D-Programming-Language/dmd/commit/ 5ba2e4e4dc7de523352d0b61143d7c9bd2bd594a

OK, but unstd.generictuple still doesn't compile. Opened Issue 14090. Sorry it's not that reduced.

--