This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch 0.14.0
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 2c0f932 THRIFT-5347 Deprecate Haskell bindings Client: hs Patch: Jens
Geyer
new cee3ddb THRIFT-5352: Fix construction of Py exceptions with no fields
new abb8fa8 THRIFT-4914: Fix name redeclaration bug in compiled go code
new bb8fec7 Move ConflictingNamesTest to lib/go/test
new e89b3e1 THRIFT-5353: Fix import dedup without explicit go namespace
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
compiler/cpp/src/thrift/generate/t_go_generator.cc | 24 ++++++++++++----------
.../test/ConflictArgNamesTest.thrift} | 19 +++++++++--------
lib/go/test/EqualsTest.thrift | 21 ++++++++++++++++++-
lib/go/test/Makefile.am | 9 ++++++--
.../{context.go => conflict_arg_names_test.go} | 5 +++--
lib/go/test/tests/equals_test.go | 19 +++++++++++++++++
lib/py/src/Thrift.py | 2 +-
test/DebugProtoTest.thrift | 2 ++
test/py/TestFrozen.py | 5 ++++-
9 files changed, 79 insertions(+), 27 deletions(-)
copy lib/{haxe/src/org/apache/thrift/TFieldRequirementType.hx =>
go/test/ConflictArgNamesTest.thrift} (70%)
copy lib/go/test/tests/{context.go => conflict_arg_names_test.go} (84%)