You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Reiss (JIRA)" <ji...@apache.org> on 2009/02/07 05:51:02 UTC

[jira] Resolved: (THRIFT-256) Generated code for child service is invalid if both child and parent are defined in the same Thrift file

     [ https://issues.apache.org/jira/browse/THRIFT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-256.
--------------------------------

    Resolution: Fixed

> Generated code for child service is invalid if both child and parent are defined in the same Thrift file
> --------------------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-256
>                 URL: https://issues.apache.org/jira/browse/THRIFT-256
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Python)
>            Reporter: Esteve Fernandez
>         Attachments: 0001-THRIFT-256.-python-Fix-inheritance-of-services-in-t.patch, 0002-THRIFT-256.-python-Fix-inheritance-of-services-in-t.patch, thrift-256.patch
>
>
> Given a Thrift file like this:
> simple.thrift:
> service Base {
> }
> service Child extends Parent {
> }
> the parent service is not qualified properly in the child service code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.