[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/37c1edd25e261ac09aebfee28ed6890a01598d16 Issue 11169 - __traits(isAbstractClass) prematurely sets a

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6fd1005dff51380e7bcb11dbc71e2c8bbb46cfb6 fix Issue 11169 - __traits(isAbstractClass) prematurely sets

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2016-04-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2016-04-27 Thread via Digitalmars-d-bugs
a class to be abstract __traits(isAbstractClass) should resolve forward references of all class member functions, in order to return stable result. https://github.com/dlang/dmd/commit/1bc9bad46c0539b243cca683d38cb1961870 Merge pull request #5695 from 9rnsr/fix11169 Issue 11169 - __traits

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2016-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #4 from Kenji H

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2016-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 b2.t...@gmx.com changed: What|Removed |Added CC||b2.t...@gmx.com --