[Issue 15141] Object.factory allows the creation of derived abstract classes

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Oct 14 09:28:37 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15141

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/72fa908c520ae7f4a6886b03161117c48257c0e0
fix Issue 15141 - Object.factory allows the creation of derived abstract
classes

`ClassDeclaration.isAbstract()` should be used to emit `ClassFlags::isAbstract`
so it's considering abstract member functions.

https://github.com/D-Programming-Language/dmd/commit/6e137f59fca49ebb7e6ea453681ee1f3ba6a3b36
Merge pull request #5193 from 9rnsr/fix15141

Issue 15141 - Object.factory allows the creation of derived abstract classes

--


More information about the Digitalmars-d-bugs mailing list