haxe
haxe copied to clipboard
Haxe - The Cross-Platform Toolkit
We have disabled checks for files modifications in display mode, which is good for hx files since they are sent by VSHaxe. However this cause some problems for registerModuleDependency, when...
The following code runs significantly slower on HL and CPP compared to other targets: ```haxe class TraceTest { public static function main() { var start = haxe.Timer.stamp(); for (i in...
The following code results in an `Uncaught exception: Access violation Called from hl.types.ArrayDyn.get_length` on HL. Works on all other targets. ```haxe @:forward abstract OneOrMany(Array) from Array to Array { @:from...
See the relevant section in the [Permission webidl](https://notifications.spec.whatwg.org/) for verification. I understand that the Web API externs are generated from the webidl files - is this just a bug in...
Haxe 4.2.5 I'm not sure if there is a logical reason for this, but it seems like a bug to me. See https://try.haxe.org/#b501c2DC ```haxe class Test { static function main()...
Hello - after generating with Haxe 4.2.3 a Main.c output (using `-hl out/c/Main.c`), having a name clash. For example, haxeui has a function named `bool`, which gets generated into some...
So im prototype working with FHIR in haxe, and would hopefully be able to generate libs from haxe that could be used in other languages (js / java initially), however,...
Allow trailing commas in various positions: ```haxe class Main { public static function main():Void { foobar( 1, 2, ); function blah( a:Int, b:Int, ):Void {} var a = ( a:Int,...
@ncannasse I think the I64 operations should still be implemented in `hlinterp.ml`. This seems to work now with HL/JIT. For HL/C I get that `hl_dyn_casti64` is missing: this has to...
It installs successfully but when I try to write any command related to Haxe, it gives me this error. Haxe 4.2.2 does work. ``` dyld: lazy symbol binding failed: Symbol...