www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9480] New: The template name in the JSON output contains template and function arguments

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9480

           Summary: The template name in the JSON output contains template
                    and function arguments
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: sludwig outerproduct.org



PST ---
The JSON output for the following function has "testFunc(T)(T t)" as the "name"
field of the template, whereas it should just be "testFunc" (template
parameters and function parameters are already mentioned in other fields).

Function: void testFunc(T)(T t) {}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 08 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9480


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |json, pull
                 CC|                            |andrej.mitrovich gmail.com
         AssignedTo|nobody puremagic.com        |andrej.mitrovich gmail.com



08:04:33 PST ---
https://github.com/D-Programming-Language/dmd/pull/1644

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 08 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9480




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c817dac712372de43999477e85db92aafe95eef5
Fixes Issue 9480 - Template name should be stripped of parameters in JSON
output.

https://github.com/D-Programming-Language/dmd/commit/7681d4cc1b642e6343e31763ed00beac79f48b2e


Issue 9480 - Template name should be stripped of parameters in JSON output

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 02 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9480


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 02 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9480




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c817dac712372de43999477e85db92aafe95eef5
Fixes Issue 9480 - Template name should be stripped of parameters in JSON
output.

https://github.com/D-Programming-Language/dmd/commit/7681d4cc1b642e6343e31763ed00beac79f48b2e


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 24 2013