tobil4sk

Results 366 comments of tobil4sk

This would be possible, but would require some more considerations ```hxml # how do we resolve this against the commit hashes? -lib hxcpp:git:https://github.com/HaxeFoundation/hxcpp#master # do we need to emulate git's...

@dja-in-space The best way is to look at the releases tab on the repo page, that is updated whenever a new release is published. You can watch the repository as...

This is partially supported now since haxe 4.3.0: https://github.com/HaxeFoundation/haxe/pull/10415 (you'd use `@:native('std::array')`) However, there is dodgy code generation when using the constant value template: ``` Error: ./src/Main.cpp:5:10: fatal error: I10.h:...

Thank you @patricoferris! That compiles and seems fine with the ppx_parser test suite.

> I stopped thinking about hxb scripts when it was brought up that this would come with distribution issues because hxb is tied to a compiler version Yeah, being tied...

This report seems consistent with the issue described in: https://github.com/HaxeFoundation/haxe/issues/5092 Flixel 4.3.0 still set the `legacy` define: https://github.com/HaxeFlixel/flixel/blob/a59545015a65a42b8f24b08262ac80de020deb37/include.xml#L18C2-L18C37 This made it so that lime classes were marked [as extern](https://github.com/openfl/lime/blob/0befb60445a296bf311af53e237c9643b924278e/legacy/include.xml#L6), which...