Simon Krajewski
Simon Krajewski
Get Dynamic stuff working.
While we can use an if-chain for small switches, it might make sense to look into some hash-based solution for larger ones.
We don't really want a PCRE depdendency...
Strings
Null<T>
One of the biggest challenges when it comes to Haxe code generation is the handling of `Null`. My experience is that it's good to get this out of the way...
Here's a file which I used while initially working on genjvm and later gencil. It gave me a pretty nice workflow: Comment everything out, uncomment something and fix it, repeat....
This is something that came up when I was at Shiro Games last year: I wonder if we could support this as well because I totally understand how debugging coroutines...
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.
We discuss this at every meetup but never opened an issue about it, so let's do that. The idea is to have something official that works similar to haxeshim. From...
hxb issues
Moving this here to avoid some noise in the Haxe issue: ``` C:\git\go2hx>go version go version go1.21.6 windows/amd64 C:\git\go2hx>git status On branch master Your branch is up to date with...