commit | 18564d29cf804e5ab6440c781c99889520656886 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sun Jun 05 11:36:40 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Mon Sep 05 22:04:21 2022 +0200 |
tree | 9f0fb5ad2b97a7b967a91264b76bfb81a500cc0f | |
parent | 4a147ad9db5040b574fd62f7eb1a59e034b8c8ca [diff] [blame] |
THRIFT-5593 Implement uuid for Haxe Client: hx Patch: Jens Geyer Relies on https://github.com/flashultra/uuid/issues/4 being fixed, thus may require using the most recent uuid package from Github instead of the Haxelib package.
diff --git a/lib/haxe/test/src/StreamTest.hx b/lib/haxe/test/src/StreamTest.hx index 4744272..3e70ada 100644 --- a/lib/haxe/test/src/StreamTest.hx +++ b/lib/haxe/test/src/StreamTest.hx
@@ -18,6 +18,7 @@ */ package; +#if sys import haxe.Int64; import sys.FileSystem; @@ -95,3 +96,4 @@ } +#end