This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from cea5559ec lib: cpp: protocol: declare when methods override
add 2acfe0fc7 THRIFT-5650: Implement UUID in Go compiler
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_go_generator.cc | 62 ++++++++++++-
.../cpp/src/thrift/generate/validator_parser.cc | 5 +-
lib/go/test/EqualsTest.thrift | 17 ++++
lib/go/test/tests/equals_test.go | 37 ++++++--
lib/go/thrift/json_protocol.go | 4 +
test/ConstantsDemo.thrift | 14 ++-
test/go/Makefile.am | 4 +-
test/go/src/bin/testclient/main.go | 15 +++
test/go/src/common/clientserver_test.go | 20 +++-
test/go/src/common/printing_handler.go | 101 +++++++++++++--------
test/go/src/common/simple_handler.go | 6 ++
11 files changed, 230 insertions(+), 55 deletions(-)