Bug 14412 – Include template specializations in DMD's JSON output

Status
NEW
Severity
enhancement
Priority
P4
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-05T16:50:50Z
Last change time
2024-12-13T18:41:55Z
Assigned to
No Owner
Creator
Sönke Ludwig
Moved to GitHub: dmd#18970 →

Comments

Comment #0 by sludwig — 2015-04-05T16:50:50Z
Template specializations are currently absent from the JSON output: T consume(T : int, ubyte N)() {} results in the following JSON: --- { "kind": "template", "line": 3, "members": [ { "kind": "function", "line": 3, "endchar": 32, "char": 3, "type": "T()", "name": "consume", "endline": 3 } ], "char": 3, "parameters": [ { "kind": "type", "deco": "i", "name": "T" }, { "kind": "value", "deco": "h", "name": "N" } ], "name": "consume" } ---
Comment #1 by robert.schadek — 2024-12-13T18:41:55Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18970 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB