digitalmars.D.bugs - [Issue 4194] New: Attributes included in JSON output
- d-bugmail puremagic.com (21/21) May 15 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4194
- d-bugmail puremagic.com (9/9) May 28 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4194
- d-bugmail puremagic.com (10/10) Mar 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=4194
- d-bugmail puremagic.com (11/11) Jan 21 2013 http://d.puremagic.com/issues/show_bug.cgi?id=4194
http://d.puremagic.com/issues/show_bug.cgi?id=4194
Summary: Attributes included in JSON output
Product: D
Version: future
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: chris dprogramming.com
PDT ---
I would like attributes to be included in the JSON output, for example:
"attributes" : [ "static", "protected" ]
This allows for more accurate autocomplete support:
TypeName.<static public members>
super.<include protected members>
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 15 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4194 PDT --- Created an attachment (id=645) Attributes included in JSON output Attached is support for including attributes in the compiler JSON output. These changes are public domain, please include in DMD. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 28 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4194
Matt Peterson <revcompgeek gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |revcompgeek gmail.com
PDT ---
https://github.com/D-Programming-Language/dmd/pull/813
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4194
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
00:02:11 PST ---
https://github.com/D-Programming-Language/dmd/pull/1527
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 21 2013









d-bugmail puremagic.com 