The current version of these files seem meant to merge with thrift-0.8, but it's currently at 0.9. I was able to incorporate your changes to lib/Makefile.amand configure.ac while preserving the changes from thrift's main repo from 0.8->0.9.
Note that I haven't played with or tweaked in the least the t_go_compiler.cc, nor have I totally tested the output (just the tests in this repo, and a quick spot test on an old Thrift file), so I can provide only so much assurance. But feel free to give it a test run and incorporate, as you like.
Thanks so much for providing the bindings with the more modern Go toolchain! Let me know if I can help with them at all. ^_^
The current version of these files seem meant to merge with thrift-0.8, but it's currently at 0.9. I was able to incorporate your changes to
lib/Makefile.am
andconfigure.ac
while preserving the changes from thrift's main repo from 0.8->0.9.Note that I haven't played with or tweaked in the least the
t_go_compiler.cc
, nor have I totally tested the output (just the tests in this repo, and a quick spot test on an old Thrift file), so I can provide only so much assurance. But feel free to give it a test run and incorporate, as you like.Thanks so much for providing the bindings with the more modern Go toolchain! Let me know if I can help with them at all. ^_^
-Paul