[
https://issues.apache.org/jira/browse/THRIFT-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664755#action_12664755
]
Dan Di Spaltro commented on THRIFT-148:
---------------------------------------
It looks like something isn't working correctly when I apply that against trunk
and generate a service that is extending another service it basically generates
an incorrect header for the the Client class. It omits the parentheses and
adds a comma. Even fixing it there is some more wierd activity, I had to use
the base class Iface so zope wouldn't barf about the types not being correct.
I which is applied directly against the tree + your changes + mine. I am not
too familiar with Twisted, but see how this looks...
> Add support for Twisted
> -----------------------
>
> Key: THRIFT-148
> URL: https://issues.apache.org/jira/browse/THRIFT-148
> Project: Thrift
> Issue Type: Improvement
> Components: Compiler (Python), Library (Python)
> Reporter: Esteve Fernandez
> Attachments: client.py, server.py, thrift-148_v2_20081115.patch,
> thrift-148_v3.1_20081116.patch, thrift-148_v3_20081230.patch, txthrift.patch
>
>
> This patch adds support for Twisted in both the compiler and the Python
> library. Also attached are a client and a server based on the calculator
> example.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.