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 66d8976 THRIFT-5347 Remove deprecated Haskell bindings Client: hs
Patch: Jens Geyer
add 65ea752 Adds fuzz target for oss-fuzz integration
No new revisions were added by this update.
Summary of changes:
configure.ac | 1 +
lib/go/Makefile.am | 2 +-
{compiler/cpp/src => lib/go/test/fuzz}/Makefile.am | 37 ++++++--------
.../go/src/handler.go => lib/go/test/fuzz/fuzz.go | 59 ++++++++++++++++++----
.../server_test.go => test/fuzz/fuzz_test.go} | 8 +--
5 files changed, 72 insertions(+), 35 deletions(-)
copy {compiler/cpp/src => lib/go/test/fuzz}/Makefile.am (54%)
copy tutorial/go/src/handler.go => lib/go/test/fuzz/fuzz.go (66%)
copy lib/go/{thrift/server_test.go => test/fuzz/fuzz_test.go} (90%)