Thread overview
[Issue 17389] std.traits.hasNested fails for class with member of same type
May 16, 2017
Nick Treleaven
May 16, 2017
Nick Treleaven
May 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17389

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
Separated into its own, plus nested class references should probably be ignored
anyway:
https://github.com/dlang/phobos/pull/5385

--
May 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17389

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

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

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/95f6d5bff36f2f951e0df6e899e92dc27e8311e8 Fix Issue 17389 - hasNested infinite recursion

Happens with a class with a member of the same type.

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

github-bugzilla@puremagic.com changed:

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

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17389

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/95f6d5bff36f2f951e0df6e899e92dc27e8311e8 Fix Issue 17389 - hasNested infinite recursion

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17389

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/95f6d5bff36f2f951e0df6e899e92dc27e8311e8 Fix Issue 17389 - hasNested infinite recursion

--