[Issue 15680] TypeInfo broken for typeof(null)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Mar 27 06:21:22 PDT 2016


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

--- Comment #5 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/2da39fd803a4da5a4ca136ee7be6e714ea4af748
fix Issue 15680 - TypeInfo broken for typeof(null)

`builtinTypeInfo()` needs to return true for mutable `TypeNull`.

https://github.com/D-Programming-Language/dmd/commit/3f7788f9425d0e4609331933b5d74faf02184d1a
Merge pull request #5459 from 9rnsr/fix15680

Issue 15680 - TypeInfo broken for typeof(null)

--


More information about the Digitalmars-d-bugs mailing list