Thread overview
[Issue 4194] New: Attributes included in JSON output
May 16, 2010
Chris Miller
May 28, 2010
Chris Miller
Mar 14, 2012
Matt Peterson
Jan 21, 2013
Walter Bright
May 16, 2010
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


--- Comment #0 from Chris Miller <chris@dprogramming.com> 2010-05-15 23:43:46 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 28, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4194



--- Comment #1 from Chris Miller <chris@dprogramming.com> 2010-05-28 16:27:13 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: -------
March 14, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4194


Matt Peterson <revcompgeek@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |revcompgeek@gmail.com


--- Comment #2 from Matt Peterson <revcompgeek@gmail.com> 2012-03-14 15:43:41 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: -------
January 21, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4194


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> 2013-01-21 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: -------