This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 353e810 THRIFT-5470 Error: Constraint check failure for
haxe.ds.ObjectMap.K Client: hx Patch: Jens Geyer
353e810 is described below
commit 353e810199ab1d5cbad74fb44ce033b935e14d60
Author: Jens Geyer <[email protected]>
AuthorDate: Thu Oct 14 23:09:42 2021 +0200
THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.K
Client: hx
Patch: Jens Geyer
---
lib/haxe/src/org/apache/thrift/helper/ObjectSet.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/haxe/src/org/apache/thrift/helper/ObjectSet.hx
b/lib/haxe/src/org/apache/thrift/helper/ObjectSet.hx
index bcf72fb..60e88e4 100644
--- a/lib/haxe/src/org/apache/thrift/helper/ObjectSet.hx
+++ b/lib/haxe/src/org/apache/thrift/helper/ObjectSet.hx
@@ -22,7 +22,7 @@ package org.apache.thrift.helper;
import Map;
-class ObjectSet<K> {
+class ObjectSet<K:{}> {
private var _elements = new haxe.ds.ObjectMap<K,Int>();
private var _size : Int = 0;