Bug 14410 – core.demangle doesn't handle typeof(null) correctly

Status
NEW
Severity
normal
Priority
P3
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-05T12:56:20Z
Last change time
2024-12-07T13:35:08Z
Assigned to
No Owner
Creator
Sönke Ludwig
Moved to GitHub: dmd#17142 →

Comments

Comment #0 by sludwig — 2015-04-05T12:56:20Z
The following code fails because demangleType("n") outputs an empty string instead of "typeof(null)". --- import core.demangle; void main() { assert(demangleType("n") == "typeof(null)"); } ---
Comment #1 by robert.schadek — 2024-12-07T13:35:08Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17142 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB