Open tpetracca opened 3 weeks ago
I attempted the codegen locally and it included a license header on each file. Are you intentionally removing those headers?
I've also created a homebrew tap that should make it easier install thrift in thrift in the future
brew install rhuffy/thrift/thrift@0.17
In https://github.com/palantir/cassandra/pull/432 we manually modified the generated code in order to bump the runtime dependency on libthrift to 0.17.0, so now we can't make changes to thrift and re-generate without having to re-apply the manual changes.
This change updates the code-gen to be generated from thrift 0.17.0, which shouldn't require the manual changes anymore.
In order to install thrift 0.17.0 locally I used an old git commit of the Homebrew source and installed from like this...