[GitHub] thrift pull request: Update `go get` command to include all packag...

2015-08-18 Thread kostya-sh
Github user kostya-sh commented on the pull request: https://github.com/apache/thrift/pull/589#issuecomment-132440338 Why? There is only one package: `git.apache.org/thrift.git/lib/go/thrift` --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] thrift pull request: THRIFT-3150 go: add option to generate non-ex...

2015-05-20 Thread kostya-sh
GitHub user kostya-sh opened a pull request: https://github.com/apache/thrift/pull/505 THRIFT-3150 go: add option to generate non-exported Read and Write me… …thods This change adds a new option to Go trift compiler: dont_export_rw. When it is specified

[GitHub] thrift pull request: THRIFT-3169 go: do not export thrift.TestEnum...

2015-05-20 Thread kostya-sh
GitHub user kostya-sh opened a pull request: https://github.com/apache/thrift/pull/506 THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct Rename serializer_types.go to serializer_types_test.go so it is only used by 'go test'. Rename TestEnum

[GitHub] thrift pull request: THRIFT-3149 go: make generated readFieldN met...

2015-05-15 Thread kostya-sh
GitHub user kostya-sh opened a pull request: https://github.com/apache/thrift/pull/496 THRIFT-3149 go: make generated readFieldN methods private You can merge this pull request into a Git repository by running: $ git pull https://github.com/kostya-sh/thrift THRIFT-3149

[GitHub] thrift pull request: THRIFT-3131 fix path for go get

2015-05-15 Thread kostya-sh
GitHub user kostya-sh opened a pull request: https://github.com/apache/thrift/pull/497 THRIFT-3131 fix path for go get git.apache.org/thrift.git/lib/go/thrift is the correct import path as it is used by default in the generated go code. Unfortunately go get can

[GitHub] thrift pull request: THRIFT-3144 go: do not include enum name in s...

2015-05-11 Thread kostya-sh
GitHub user kostya-sh opened a pull request: https://github.com/apache/thrift/pull/489 THRIFT-3144 go: do not include enum name in string representation Changed generated String/FromString methods for enums to use values from thrift definition file for string representation