[Issue 9480] New: The template name in the JSON output contains template and function arguments

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 8 02:45:56 PST 2013


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 at puremagic.com
        ReportedBy: sludwig at outerproduct.org


--- Comment #0 from Sönke Ludwig <sludwig at outerproduct.org> 2013-02-08 02:45:53 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: -------


More information about the Digitalmars-d-bugs mailing list