haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Haxe - The Cross-Platform Toolkit

Results 401 haxe issues
Sort by recently updated
recently updated
newest added

Array access will return `null` on index not found, yet return type is `T`, not `Null`: ```haxe @:nullSafety(Strict) class Test { static function main() { var s:String = foo(42); trace(s...

feature-null-safety

```haxe class Main { static function main() { final data = ({} : Dynamic); data.id = 0; test(data); // Any should be { id : Int } } static function...

regression

Everything in the pure haxe version is done but the issue is that ``Int128.mul(a, b)`` doesn't multiply properly with the value bigger than 1.8e19 which means the number will overflow....

When specifying an external java library using `--java-lib`, Haxe will fail to compile the Haxe source if it references a class from the external library that imports another class which...

This seems to cause an infinite loop on PHP. The "a0" character probably came from a mysql import. ```Haxe class Eregtest { public static function main():Void { final hex =...

platform-php

I am trying to use a client written in haxe to send UDP packets to a server I have written in golang. I am able to get it to work...

standard library

This PR add hlc test on Windows. It depends on the template that I just added to hashlink: https://github.com/HaxeFoundation/hashlink/commit/af63dba3e6b169d19e3d670ca68ee61bd43fa38d **WARNING:** I disabled manually all workflow except windows64-test on hl, just...

While this looks like a very edge case / weird usage, this actually is easy to trigger in real use case because of diagnostics triggering similar behavior to `compile2.hxml`. Not...

# :warning: Merge later Should be merged sometime next year I suppose? Closes #8086

feature-ide

Opening a PR so I don't forget about it. This currently breaks tink and some other things, but it's a change I'd like to make eventually. Related to #9150.