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
trafficstars

Opening a PR so I don't forget about the branch. Originally, I wanted to only look into #11871, but then one thing led to another and I wanted to try...

Closes #11904 This is not a solution for the general case; removing special handling for untyped cast in null safety would be the way to go to unify behavior between...

In nightly builds after file resave this error occurs: (no compilation errors). From vshaxe codebase, doesn't happen on interp. Main.hx: ```haxe using StringTools; @:nullSafety class Main { static function main()...

test-needed

### Description When defining a final variable in an interface, implementing it in an abstract class, and inheriting that abstract class in another class, we are expected to initialize the...

Hej, Sorry for reporting much issues these last days but as you can notice I play with errors/exceptions ans so on... ^^' Sometimes I make PR to adjust some targets...

```sh | Error: Compiler failure | Please submit an issue at https://github.com/HaxeFoundation/haxe/issues/new | Attach the following information: | Haxe: 5.0.0-alpha.1+c4868e5; OS type: unix; | File "src/generators/genhl.ml", line 773, characters 19-26...

Haxe 4.3.6 This is how the `-D lua-vanilla` flag is described in the [official manual](https://haxe.org/manual/target-lua-flags.html): > - `-D lua-vanilla` Generate code lacking some functionality (e.g. UTF-8) but with **no additional...

At the moment `Null` and `Null` used exclusively in one scope create unnecessary allocations on static platforms. The compiler could inline those away like it does for anonymous structures: ```haxe...