GitHub user chetmurthy opened a pull request:
https://github.com/apache/thrift/pull/1417
THRIFT-4392 reorder structs in plugin.thrift
build thrift, generated ocaml from plugin.thrift, verified that compile
fails.
then applied patch, rebuild thrift, regen ocaml, recompile and compiler
doesn't fail.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chetmurthy/thrift thrift-4392
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1417.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 #1417
----
commit 431efe864df62a0c8511ddc290cda5d2c062ab0f
Author: Chet Murthy <[email protected]>
Date: 2017-11-24T02:03:01Z
THRIFT-4392 reorder structs in plugin.thrift
----
---