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/06/13 21:06:08 UTC

[thrift] branch master updated (e3eb9afb2 -> 7628392df)

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 e3eb9afb2 THRIFT-5595: Handle peek request error with SSLSocket
     add 7628392df THRIFT-5590 Haxe complex inits Client: hx Patch: Jens Geyer

No new revisions were added by this update.

Summary of changes:
 .../cpp/src/thrift/generate/t_haxe_generator.cc    | 310 +++++++++++----------
 lib/haxe/test/HaxeTests.hxproj                     |   3 +-
 lib/haxe/test/cpp.hxml                             |   5 +
 lib/haxe/test/csharp.hxml                          |   5 +
 lib/haxe/test/flash.hxml                           |   5 +
 lib/haxe/test/java.hxml                            |   5 +
 lib/haxe/test/javascript.hxml                      |   5 +
 lib/haxe/test/make_all.bat                         |   1 +
 lib/haxe/test/neko.hxml                            |   5 +
 lib/haxe/test/php.hxml                             |   5 +
 lib/haxe/test/python.hxml                          |   5 +
 lib/haxe/test/src/ConstantsTest.hx                 |  74 +++++
 lib/haxe/test/src/Main.hx                          |   5 +
 lib/haxe/test/src/MultiplexTest.hx                 |   4 +-
 lib/haxe/test/src/StreamTest.hx                    |   4 +-
 lib/haxe/test/src/TestBase.hx                      |   1 +
 test/ConstantsDemo.thrift                          |   1 +
 17 files changed, 294 insertions(+), 149 deletions(-)
 create mode 100644 lib/haxe/test/src/ConstantsTest.hx