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

Esteve Fernandez updated THRIFT-256:
------------------------------------

    Description: 
Given a Thrift file like this:

# simple.thrift
service Base {
}

service Child extends Parent {
}
# simple.thrift

the parent service is not qualified properly in the child service.

  was:
Given a Thrift file like this:

----simple.thrift----
service Base {
}

service Child extends Parent {
}
----simple.thrift----

the parent service is not qualified properly in the code service.


> 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
>
> Given a Thrift file like this:
> # simple.thrift
> service Base {
> }
> service Child extends Parent {
> }
> # simple.thrift
> the parent service is not qualified properly in the child service.

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

Reply via email to