-
Hi,
I am trying to write a package for alpine linux using your docker recipe for alpine 3.20 :
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/69597
Although the package build w…
-
## Description
When translating a Go program using `go2hx`, the Haxe code produced does not handle `panic` and `recover` calls correctly. In the Go source code, the final `panic` value is overridden …
-
Hard to say it's infinite, but `haxe browserjs.hxml` has run at 100% CPU for at least 40 minutes without completing, while haxe 4.3.4 compiles the same code in seconds. The issue is still present in h…
-
## Description
Translating a Go program with `go2hx` results in type casting and identifier resolution issues, as `nil` pointers in Go are not correctly cast in Haxe, causing unknown identifier err…
-
I ran through the basic minimal project setup for Flixel and HaxeUI here: https://haxeui.org/getting-started/haxeui-flixel/
Creating the project from the template like this `haxelib run haxeui-core…
-
## Description
When translating a Go program that uses `recover` incorrectly (directly in a `defer` statement) using `go2hx`, the resulting Haxe code does not replicate the expected runtime error b…
-
after I setup ipv6 on my computer, I now get `Failed with error: std@host_resolve` errors trying to interact with haxelib, and, sure enough, there is no `AAAA` dns record set up, so ipv6 fails to reso…
-
# Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/introduction-what-is-haxe.html](https:…
-
Please support Haxe default example on haxe.org
haxe:4.3.1
reflaxe:nightly
```haxe
class Game {
// Haxe applications have a static entry point called main
static function main() {
…
-
Go2hx fails to translate Go code that uses generic functions with type parameters. When attempting to compile a program that uses generics, Go2hx produces an error indicating that the generic type can…