This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 53aa75e44 THRIFT-5995: Add native method types to TBase / TException
internal helpers (#3474)
add aeced5818 THRIFT-5992: Fix missing interface import at service impl
add 9c083cd31 THRIFT-5992: Fix Haxe generator keyword/reserved-type
escaping and Linux test script
add b1711817c THRIFT-5993: Fix Haxe generator same-named cross-package
type import shadowing
add 590f9e8be THRIFT-5993: Apply make_haxe_user_type_name to service file
and class names
add d83f4a65a THRIFT-5994: Fix Haxe generator for bool/double/binary map
and set key types
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_haxe_generator.cc | 283 ++++++++++++++-------
lib/haxe/src/org/apache/thrift/helper/BoolMap.hx | 109 ++++++++
.../apache/thrift/helper/{IntSet.hx => BoolSet.hx} | 67 +++--
lib/haxe/src/org/apache/thrift/helper/BytesMap.hx | 115 +++++++++
lib/haxe/src/org/apache/thrift/helper/BytesSet.hx | 107 ++++++++
lib/haxe/src/org/apache/thrift/helper/FloatMap.hx | 118 +++++++++
lib/haxe/src/org/apache/thrift/helper/FloatSet.hx | 110 ++++++++
7 files changed, 786 insertions(+), 123 deletions(-)
create mode 100644 lib/haxe/src/org/apache/thrift/helper/BoolMap.hx
copy lib/haxe/src/org/apache/thrift/helper/{IntSet.hx => BoolSet.hx} (56%)
create mode 100644 lib/haxe/src/org/apache/thrift/helper/BytesMap.hx
create mode 100644 lib/haxe/src/org/apache/thrift/helper/BytesSet.hx
create mode 100644 lib/haxe/src/org/apache/thrift/helper/FloatMap.hx
create mode 100644 lib/haxe/src/org/apache/thrift/helper/FloatSet.hx