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 <[email protected]>
Date: 2016-11-04T03:22:35Z
Fixed bug in naming of Processor class for inherited services in Lua
generator
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---