-
At latest Haxe Summit there was several discussions regarding improving or replacing haxelib.
It seems different teams have different needs when it comes to package management, be it npm integratio…
-
This is much probably unwanted behaviour from a user point of view, but not sure if it's expected or not.
```haxe
static function main():Void {
log("not dce'd" + Int64.ofInt(12));
}
…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
skial updated
7 years ago
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
skial updated
7 years ago
-
Error: Could not find include file "/usr/lib/haxe/lib/hxcpp/3,2,205/src/hx/libs/regexp/Build.xml"
when try to run cpp tests in hxmath
haxe test_cpp.hxml
-
-
Hi, I saw that the Haxe version jumped to 2.0.19 but not SWCs. Is there any reason to that?
Would you mind to make the update to the Flash libs too?
Thanks!
-
error msg
C:\HaxeToolkit\haxe\lib\haxeui-core\git\haxe/ui/core/Component.hx:1464: characters 21-47 : Redefinition of variable width in subclass is not allowed. Previously declared at flash.display.Di…
-
Hi,
There was [a recent bug between Haxe and the latest version of zlib](https://github.com/HaxeFoundation/haxe/issues/5941).
This issue is now solved and merged to the `development` branch so every…
-
It would be great to have support for [HashLink](http://hashlink.haxe.org/) (for a number of reasons). Has anybody started looking into this yet?