[ 
https://issues.apache.org/jira/browse/THRIFT-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152395#comment-14152395
 ] 

Hudson commented on THRIFT-2662:
--------------------------------

FAILURE: Integrated in Thrift-Test #31 (See 
[https://builds.apache.org/job/Thrift-Test/31/])
THRIFT-2662: py - Fix incorrect indentation when oneway function is used 
(hcorg: rev 03394b54fb9a7e43b41299ee3886ae4fabb7fb64)
* compiler/cpp/src/generate/t_py_generator.cc


> python bindings generate incorrect indentation for functions after a oneway 
> function
> ------------------------------------------------------------------------------------
>
>                 Key: THRIFT-2662
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2662
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Compiler
>    Affects Versions: 0.9.1
>            Reporter: Dustin Spicuzza
>            Assignee: Konrad Grochowski
>             Fix For: 0.9.2
>
>
> The following interface is generated incorrectly by the python bindings.
> {code}
> service RPC {
>    oneway void put(1:string topic),
>    binary get(1:string topic),
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to