You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2022/09/11 20:19:45 UTC

[thrift] branch master updated (d5927a960 -> b17672ac3)

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from d5927a960 THRIFT-5423: IDL parameter validation for Go
     add b17672ac3 THRIFT-5208: fix OCaml struct and exn raising/handling codegen Client: ocaml Patch: Yawar Amin

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   8 +
 .../cpp/src/thrift/generate/t_ocaml_generator.cc   |  48 +++---
 compiler/cpp/tests/CMakeLists.txt                  |   4 +-
 compiler/cpp/tests/README.md                       |   4 +-
 compiler/cpp/tests/ocaml/README.md                 |  16 ++
 .../cpp/tests/ocaml/snapshot_exception_types_i.cc  |  25 ++--
 .../cpp/tests/ocaml/snapshot_service_handle_ex.cc  | 161 +++++++++++++++++++++
 .../{tests_main.cc => ocaml/snapshot_typedefs.cc}  |  11 +-
 .../cpp/tests/ocaml/t_ocaml_generator_tests.cc     | 111 ++++++++++++++
 9 files changed, 346 insertions(+), 42 deletions(-)
 create mode 100644 compiler/cpp/tests/ocaml/README.md
 copy lib/netstd/Thrift/Protocol/Entities/TMessageType.cs => compiler/cpp/tests/ocaml/snapshot_exception_types_i.cc (77%)
 create mode 100644 compiler/cpp/tests/ocaml/snapshot_service_handle_ex.cc
 copy compiler/cpp/tests/{tests_main.cc => ocaml/snapshot_typedefs.cc} (91%)
 create mode 100644 compiler/cpp/tests/ocaml/t_ocaml_generator_tests.cc