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 b60b8feb5 THRIFT-5769: fix invalid size error on large messages
add a9b146349 THRIFT-5767: use string builder to parse strings with
escaped quotes (#2946)
No new revisions were added by this update.
Summary of changes:
lib/go/test/Makefile.am | 5 +-
.../go/test/StringParseAllocationTest.thrift | 6 +--
lib/go/test/tests/string_parse_allocation_test.go | 62 ++++++++++++++++++++++
lib/go/thrift/simple_json_protocol.go | 43 +++++++--------
4 files changed, 87 insertions(+), 29 deletions(-)
copy compiler/cpp/test/keyword-samples/enum1_return.thrift =>
lib/go/test/StringParseAllocationTest.thrift (94%)
create mode 100644 lib/go/test/tests/string_parse_allocation_test.go