Sebastian Thomschke
Sebastian Thomschke
> Yes, HL will flush stdout on every print, maybe we could only do that when debugger is enabled @ncannasse The issue is still present in Haxe 4.2.5 and HL...
Issue still exists, getting this with Haxe 4.0.5 and HL/JIT 1.10.0: ``` Uncaught exception: Access violation Called from hl.types.ArrayDyn.get_length(C:\dev\haxe-4.0.5\std/hl/types/ArrayDyn.hx:60) Called from Test .traceFirstString(Test .hx:10) Called from Test .main(hx/strings/Test .hx:14) Called...
In HL 1.**11**.0 the exception is not thrown, but also the code is not properly executed anymore. I changed the example a bit: ```haxe @:forward abstract OneOrMany(Array) from Array to...
I checked again with latest Haxe 4.2.2. The issue still exists with HashLink. https://try.haxe.org/#699E3bBe Now I get: ``` test/hx/doctest/TestRunner.hx:16: BEFORE:getFirstString() Uncaught exception: Access violation Called from hl.types.ArrayDyn.get_length(haxe-4.2.2\std/hl/types/ArrayDyn.hx:77) Called from hl.types.ArrayDyn.get_length(haxe-4.2.2\std/hl/types/ArrayDyn.hx:77)...
Issue is still present in Haxe 4.2.5. Now resulting in a Segmentation fault: https://try.haxe.org/#28e00a05
We are also hitting this issue. @pejovica @peter-hofer you developed/approved PR https://github.com/oracle/graal/pull/4051 which breaks the compatibility with apparently any kind of exe compression as explained here https://github.com/upx/upx/issues/559#issuecomment-1032047038 would be great...
Please add proper Gitea support. Drone, Agola, AppVeyor, BuildBot and Jenkins have it too, see https://docs.gitea.io/en-us/ci-cd/
@JingYeoh Thanks for this awesome tool. I am also very interested in seeing compatibility restored with latest Android Studio.
The new 0.1.8 release works. Thanks!
@JingYeoh please review, thanks.