[Issue 17389] std.traits.hasNested fails for class with member of same type

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17389 --- Comment #4 from github-bugzi...@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 --

[Issue 17389] std.traits.hasNested fails for class with member of same type

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17389 --- Comment #3 from github-bugzi...@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 --

[Issue 17389] std.traits.hasNested fails for class with member of same type

2017-07-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17389 --- Comment #2 from github-bugzi...@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

[Issue 17389] std.traits.hasNested fails for class with member of same type

2017-07-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17389 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17389] std.traits.hasNested fails for class with member of same type

2017-05-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17389 Nick Treleaven changed: What|Removed |Added Keywords||rejects-valid --

[Issue 17389] std.traits.hasNested fails for class with member of same type

2017-05-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17389 --- Comment #1 from Nick Treleaven --- Separated into its own, plus nested class references should probably be ignored anyway: https://github.com/dlang/phobos/pull/5385 --