haxe
haxe copied to clipboard
Haxe - The Cross-Platform Toolkit
https://github.com/HaxeFoundation/haxe/blob/a779309be031221799ab2e3c040e2dbcbe7635cc/src/core/error.ml#L303 **Haxe Version:** 5.0.0 (a9cb38a) or 4.3.6 Very similar to #12144. I'm trying to debug a macro which works with classes that have type parameters, and I'm now receiving this...
https://github.com/HaxeFoundation/haxe/commit/a1535c56da11b06ce6646bc6cfa99eacb5213681 caused a problem in a situation where we have a `Unit.hx` type that we want to resolve from the same package or a child package. I didn't consider that...
If I compile with the following command: ``` haxe -lib haxelib:4.1.0 -lib haxelib:git --version ``` I get the expected error ```Error: Error: Cannot process `haxelib:git`: Library haxelib has two versions...
When building projects for Windows targets, Haxe code which concatenates arbitrary values into strings produces invalid .cpp output with errors: Example `.hx` input: ``` var choices = new Array(); choices.push("("...
```haxe class Main { static public function main() { function loop() { while(true) { exit(); continue; } } try { loop(); } catch(e:String) { trace('ok'); } } static function exit()...
The following should fail at compile time : ```haxe "" is Int ``` `is`operator should only compile is there is a possibility for it to be true.
Hi ! I encounter this error in my project with Haxe 4.3.6 (On Windows with the Haxe release). I make a minimal case to show how to trigger it (there...
Every time I come across this function I wonder why it exists. We use it to handle things like `"\n"` becoming an actual newline character, as opposed to backslash plus...
I can't run haxe on my device via termux. Last error was incompatible arch arm and aarch64, but the current error after downloading latest nightly (2025-04-09) is ```executable's TLS segment...
There were failures due to: https://github.com/HaxeFoundation/hxcpp/issues/901. I've added workarounds for now to avoid the errors.