Bug 12888 – Include template constraints in JSON output

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-06-10T22:46:00Z
Last change time
2015-01-28T01:04:49Z
Keywords
json
Assigned to
briancschott
Creator
briancschott

Comments

Comment #0 by briancschott — 2014-06-10T22:46:14Z
DDox (https://github.com/rejectedsoftware/ddox/) uses DMD's JSON output to generate documentation. Currently it is not possibe for these generated documents to include template constraints because they are not present in the compiler's JSON output.
Comment #1 by github-bugzilla — 2015-01-28T01:03:11Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/32f0f33f6a6ff5c7e76ac6e481b2ba0c2607d71f Issue 12888 - Include template constraints in JSON output https://github.com/D-Programming-Language/dmd/commit/821e13137c51169504b054b672c00b48c4571fa1 Merge pull request #3657 from Hackerpilot/issue-12888 Issue 12888 - Include template constraints in JSON output