[Issue 15680] TypeInfo broken for typeof(null)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Feb 14 06:11:48 PST 2016


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

--- Comment #2 from David Nadlinger <code at klickverbot.at> ---
(In reply to Johan Engelen from comment #1)
> See LDC's runtime for a potential fix:
> https://github.com/ldc-developers/druntime/commit/
> 2cdd96be5070cfabf5cf2724a8dea46cd3922999

The proper fix would be to emit an actual TypeInfo instance for it, I think. It
would then also correctly format the type as a string, etc.

--


More information about the Digitalmars-d-bugs mailing list