acarioni

Results 16 issues of acarioni

The package on npmjs.com is lagging behind the master branch on GitHub. Especially the last official version 2.7.0 lacks the fix #104 addressing the name clash between Node.js module and...

**Environment** macOS 12.4 haxe 4.3.0-rc.a49b191 The following code throws the exception `TypeError: __init__() got an unexpected keyword argument '_hx_disable_getattr'`. ``` var json = python.Lib.anonAsDict({}); python.lib.Json.dumps(json, {separators: python.Tuple.Tuple2.make(",", ":")}); ```

**Environment** macOS 12.4 haxe 4.3.0-rc.a49b191 Take the following snippet: ``` enum Foo { A(s: String); B(i: Int); } class Main { static function main() { var f1 = A(""); var...

**Environment:** macOS 12.4 haxe 4.3.0-rc.1+a49b191 When using --cmd in an hxml file, stdin is not redirected properly. The same is true for Sys.command. The following examples show a simple way...

**Environment** macos monterey 12.1 haxe 4.2.4 When null-safety is enabled, it is not possible to get rid of this error even if the offending constructor is annotated with the metadata...

**Environment** macos monterey 12.1 haxe 4.2.4 utest 1.13.2 haxe-concurrent 3.0.2 The issue can be reproduced by creating a test case like the following one (even if the issue is triggered...

**Environment** macos monterey 12.1 haxe 4.2.4 haxe-concurrent 3.0.2 android studio 2021.1.1 I’ve just discovered an issue regarding the output of the option `--jvm` in the Android environment. The issue is...

platform-jvm

**Environment** macos monterey 12.1 haxe 4.2.4 The class `haxe.Timer` throws the exception NoEventLoopException when it is called from a thread without an event loop. The error affects the threaded targets...

I’m using dox 1.6.0 with haxe 4.3.0-rc.1+a49b191 on a multi-target project. When I try to generate the documentation for the java target, I get the following error (here is the...

**Environment** macos monterey 12.1 haxe 4.2.4 hxcpp 4.2.1 The error can be reproduced by compiling the following two modules for the cpp target. ``` //LogManager.hx package log; @:nativeGen interface Logger...