GitHub user dcelasun opened a pull request:
https://github.com/apache/thrift/pull/1207
THRIFT-4031: Fix invalid Go code generation for list of typedef'ed types
This commit reverts 12d430e723b020f7a8ce42a40c19edf88f948367 which caused
invalid code to be generated for certain types.
See THRIFT-4031 for details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dcelasun/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1207.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 #1207
----
commit c5609762b717db771985c8d3f74befda3764d180
Author: D. Can Celasun <[email protected]>
Date: 2017-03-03T11:03:24Z
THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in
types
This commit reverts 12d430e723b020f7a8ce42a40c19edf88f948367 which
caused invalid code to be generated for certain types.
See THRIFT-4031 for details.
----
---
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.
---