haxe
haxe copied to clipboard
Haxe - The Cross-Platform Toolkit
Applies to both Haxe version 4.2.5 and development (f3c1a7d) ## What I want to achieve I'm trying to use the Lua target for modding a certain video game. The API...
This pull seeks to provide additional header-file configuration for the Haxe/C++ target by adding three built-in metadatas: `@:headerDefinitionPrepend`, `@:headerDefinitionAppend`, and `@:headerClassNamePrepend`. `@:headerDefinitionPrepend` places text directly before the definition of a...
i open powershell (cmd does not work for some reason) and i ran the setup i do this haxelib install lime and i just keep getting a error that says...
I just had an issue where a local variable named `haxe` was causing my trace line to report an error. It wasn't immediately obvious that it was due to this...
Hello, I've made an attempt at improving the `haxe.Int64` type of the cpp target by having it be treated as the existing `cpp::Int64` define (__int64 on msvc, int64_t otherwise) and...
Closes https://github.com/HaxeFoundation/haxe/issues/10771
Completion is not working if `foo` has type `IFoo`, but works fine if I change it's type to `Foo`. ```haxe class Bar { public var foobar:Int = 0; public function...
Hello, The `Http` object appears to be missing the `responseHeaders` field when targeting JavaScript. It seems strange, since apart from this field the `Http` seems identical to that of the...
Hej, Sorry I don't know if it's a bug or maybe I don't understand things. I tried to do a minimalistic example to illustrate what's going on : https://try.haxe.org/#B33dD5ED ```haxe...
I'm cross-posting this issue here from [the Haxe Travis forum](https://travis-ci.community/t/support-for-windows-mac/10155) because there's almost no activity there and I can't find where the Travis infrastructure for Haxe is actually maintained. I...