Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
February 08, 2013 [Issue 9480] New: The template name in the JSON output contains template and function arguments | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Sönke Ludwig <sludwig@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: ------- |
February 08, 2013 [Issue 9480] The template name in the JSON output contains template and function arguments | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | 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 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-08 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: ------- |
March 03, 2013 [Issue 9480] The template name in the JSON output contains template and function arguments | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | http://d.puremagic.com/issues/show_bug.cgi?id=9480 --- Comment #2 from github-bugzilla@puremagic.com 2013-03-02 20:35:55 PST --- 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 Merge pull request #1644 from AndrejMitrovic/Fix9480 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: ------- |
March 03, 2013 [Issue 9480] The template name in the JSON output contains template and function arguments | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | 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: ------- |
March 25, 2013 [Issue 9480] The template name in the JSON output contains template and function arguments | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | http://d.puremagic.com/issues/show_bug.cgi?id=9480 --- Comment #3 from github-bugzilla@puremagic.com 2013-03-24 20:57:12 PDT --- 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 Merge pull request #1644 from AndrejMitrovic/Fix9480 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation