Simon Krajewski

Results 882 comments of Simon Krajewski

Yeah our `@:structInit` handling is a bit shit... We also have problems in the other direction: ```haxe class Main { static public function main():Void { var a:A = {a: 0};...

I don't know... diagnostics is just building with extra steps and separating these two seems questionable. You could get diagnostics for something which then doesn't show up in the actual...

Something fails on C#: ``` Command: haxe [compile-2.hxml,-D,fast_cast] haxelib run hxcs hxcs_build.txt --haxe-version 4300 --feature-level 1 haxelib run hxcs hxcs_build.txt --haxe-version 4300 --feature-level 1 haxelib run hxcs hxcs_build.txt --haxe-version 4300...

- [x] Switch case order ```haxe // PixelFormat.hx enum PixelFormat { ARGB; BGRA; RGBA; RGBA16F; RGBA32F; R8; R16F; R32F; RG8; RG16F; RG32F; RGB8; RGB16F; RGB32F; SRGB; SRGB_ALPHA; RGB10A2; RG11B10UF; R16U;...

The case order depended on the result of a `Hashtbl.fold` operation, which has no defined order. This took a while to figure out because while the cases themselves retained their...

I just tried reviving this PR, but something is quite wrong... we might need a new one.

This conflict does not exist in my local checkout, so I don't know what's going on.

I'm still very confused but this seems to have done the trick indeed, thanks!

Oooh the sqlite PR, right... Talk about unfortunate timing, heh. Thanks for solving that mystery!