Rudy Ges

Results 207 comments of Rudy Ges
trafficstars

Released 12.2.0 https://lib.haxe.org/p/hxnodejs/12.2.0/

I guess that won't get better support than what's already been added.

@Simn it seems to be handled there: https://github.com/HaxeFoundation/haxe/blob/development/src/codegen/gencommon/hardNullableSynf.ml#L173 I get some results with a simple test, but break many things because it's just a naive one. I get: > testNadakoOps:...

As said on slack, we actually need to make it a bit more strict so this PR needs to be updated

I still need to (at least) tackle the "`--hxb` using the data from the cache" part, for which I'm not sure yet what strategy to apply since macro and non...

Yeah that was me adding that when merging dev with the config changes x)

Adding to 5.0 preview 1 because I don't remember what the status is here (thought this was merged already..) so I should at least check what's up.

So, this lgtm. Rudy CI (well, the parts that I updated) complains a bit about changing IDs but that applies to `development` too and probably isn't relevant anyway. I see...

Opened #11648 for this, I need that small perf boost to work on further improvements :)

I'd say `Void -> Void` is fine, and `(_:Void) -> Void` isn't Lots of people have been using the former for 10+ years now, and it's not even technically wrong