pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Updated modified files to thrift-0.9 compatibility. #49

Closed pablo-meier closed 12 years ago

pablo-meier commented 12 years ago

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. ^_^

-Paul