This is an automated email from the ASF dual-hosted git repository.
fishy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 39f5fdf0f THRIFT-6271: Give TWebSocketServer a readAll() of its own
Client: cpp
add d5efdf5c1 THRIFT-6197: Fix Go code generation for typedefs of structs
and forward typedefs Client: go
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 6 +
compiler/cpp/src/thrift/generate/t_go_generator.cc | 43 +++++-
lib/go/README.md | 33 ++++-
lib/go/test/Makefile.am | 9 ++
.../test/TypedefIncludeTest.thrift} | 27 ++--
lib/go/test/TypedefStructTest.thrift | 76 ++++++++++
lib/go/test/tests/struct_key_test.go | 4 +-
lib/go/test/tests/typedef_struct_test.go | 164 +++++++++++++++++++++
8 files changed, 334 insertions(+), 28 deletions(-)
copy lib/{erl/test/Thrift_omit_with.thrift =>
go/test/TypedefIncludeTest.thrift} (70%)
create mode 100644 lib/go/test/TypedefStructTest.thrift
create mode 100644 lib/go/test/tests/typedef_struct_test.go