[
https://issues.apache.org/jira/browse/THRIFT-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630393#comment-14630393
]
Hudson commented on THRIFT-3248:
--------------------------------
SUCCESS: Integrated in Thrift #1614 (See
[https://builds.apache.org/job/Thrift/1614/])
THRIFT-3248 Remove additional comma in TypeScript method signature (r.meier:
rev 8b01553758365b34eab45f42cdf4934daa85f39a)
* compiler/cpp/src/generate/t_js_generator.cc
> TypeScript: additional comma in method signature without parameters
> -------------------------------------------------------------------
>
> Key: THRIFT-3248
> URL: https://issues.apache.org/jira/browse/THRIFT-3248
> Project: Thrift
> Issue Type: Bug
> Components: JavaScript - Compiler
> Affects Versions: 0.9.2
> Reporter: Kaspar Fenner
> Assignee: Roger Meier
> Labels: patch
> Fix For: 0.9.3
>
> Attachments:
> 0001-THRIFT-3248-Remove-additional-comma-in-TypeScript-me.patch
>
>
> The generated TypeScript code has an issue with methods with no parameters.
> The method signature shows an additional comma character (',') in the
> parameter list which have a callback argument.
> {code}
> /**
> * A method definition....
> */
> ping(): void;
> /**
> * A method definition....
> */
> ping(, callback: Function): JQueryXHR;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)