tobil4sk
tobil4sk
Has to be remerged as well.
It's just because the file was changed in development since the first merge, so it just had to be remerged again.
The Php issue is a Php bug so I think it's fine to leave it. There is already way to avoid the bug by escaping it or by using Haxe's...
Haxe also has a tree-sitter implementation here: https://github.com/vantreeseba/tree-sitter-haxe
Hi, would the error thrown on this line here have anything to do with this issue? https://github.com/ivmai/bdwgc/blob/34a93d2d90ae770ab4eab51c5e7ed12ba78e123f/win32_threads.c#L174-L175 After trying to update from 7.6.0 to 7.6.16, this error started happening because...
Thanks for the response! > But I don't understand how the situation is changed regarding this between v7.6.0 (gc7_6_0) and v7.6.16. `-Denable_parallel_mark=ON` is meant to automatically enable `THREAD_LOCAL_ALLOC` (see [here](https://github.com/ivmai/bdwgc/blob/v7.6.16/CMakeLists.txt#L182-L190)),...
Thanks for all the help (and your great work)! I'll look into the upgrade, because I agree it is beneficial to be more precise with these flags and I'm sure...
Just to explain this for anyone else who finds this issue, `.ndll` files are dynamically linked libraries for the neko vm. To load a function from an ndll file when...
Your Haxe and Neko versions may be incompatible. You should be able to check the neko version (assuming you are using lix) through `npx neko`. If it is below 2.3.0,...
I'm not familiar with how lix handles neko versions, but you could try rerunning the [Mac installer for haxe](https://haxe.org/download/) if that's how you originally installed haxe, and it should give...