GitHub user dtmuller opened a pull request:
https://github.com/apache/thrift/pull/1039
THRIFT-2835 Add possibility to distribute generators separately
I rebased the original pull request #368 from @nsuke and added a few fixes
on top of that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dtmuller/thrift THRIFT-2835
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1039.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 #1039
----
commit 8642a320ce71fd50495582041be898f2e149e743
Author: dtmuller <[email protected]>
Date: 2015-05-08T15:46:03Z
THRIFT-2835 Add possibility to distribute generators separately from thrift
core, and load them dynamically
commit 333278a51aa42eca6adbc703a30ce1c15c9bee36
Author: dtmuller <[email protected]>
Date: 2016-07-06T15:12:23Z
Fix constness
commit 64bbcd6d97d4dc1cc5e36787497190785d827f00
Author: dtmuller <[email protected]>
Date: 2016-07-06T15:13:41Z
Fix build files
commit 65943df4190edf5e60338d5c2630cf2664b05601
Author: dtmuller <[email protected]>
Date: 2016-07-06T15:15:39Z
Type "wb" may not be supported by popen on non-Windows platforms
commit 73e5d8dafbdb8a7d4ce421a4009113296d54220f
Author: dtmuller <[email protected]>
Date: 2016-07-06T15:16:15Z
Don't clear type cache with every t_program conversion
Doing so breaks cache for recursive runs due to thrift includes.
commit e22790e0f0f0fd6c00161171fbb7508ede942beb
Author: dtmuller <[email protected]>
Date: 2016-07-06T15:16:59Z
Fix unit test test_const_value
If t_const_value is map type we cannot rely on the map ordering as the map
key is of pointer type.
----
---
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.
---