You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/05 06:50:58 UTC

[jira] [Commented] (THRIFT-3960) Inherited services in Lua generator are not named correctly

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

ASF GitHub Bot commented on THRIFT-3960:
----------------------------------------

GitHub user bgould opened a pull request:

    https://github.com/apache/thrift/pull/1124

    THRIFT-3960: Inherited services in Lua generator are not named correctly

    In the Lua generator, services that are inherited have an incorrectly named processor (the pointer to the parent service is being output to stream instead of the name of parent service)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bgould/thrift THRIFT-3960

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1124.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1124
    
----
commit 29c1d12c6fd5f88a629d6df6b876729e3d347ac5
Author: BCG <bg...@users.noreply.github.com>
Date:   2016-11-04T03:22:35Z

    Fixed bug in naming of Processor class for inherited services in Lua generator

----


> Inherited services in Lua generator are not named correctly
> -----------------------------------------------------------
>
>                 Key: THRIFT-3960
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3960
>             Project: Thrift
>          Issue Type: Bug
>          Components: Lua - Compiler
>    Affects Versions: 0.9.3, 0.10.0
>            Reporter: Benjamin Gould
>            Priority: Minor
>
> In the Lua generator, services that are inherited have an incorrectly named processor (the pointer to the parent service is being outputted to to stream instead of the name of parent service)



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