Simon Krajewski

Results 882 comments of Simon Krajewski

We now have this thanks to @Aurel300's work: https://github.com/HaxeFoundation/haxe/tree/development/src-json

We should remove any mention of that pipe-completion from documentation. This was a debug feature and should never have been officially documented.

I just dug up the commit, which gave me some trouble because I was somehow surprised by the fact that 2018 was almost four years ago... https://github.com/HaxeFoundation/haxe/commit/8cff76fd23537176387da8df9de63e2d2bad513d So yeah, this...

It does allow the sys package: https://github.com/HaxeFoundation/hxnodejs/blob/master/extraParams.hxml I don't know if it can actually add `-D sys` because that's a reserved flag. We might have to find a solution for...

No reason not to do that.

Maybe we need a functionality that allows from cast only from constant values which are part of the `@:enum abstract`. This would allow easy usage and compile-time validation. The downside...

Also I think the "wait for update" argument is negligible.

What's the status here? I'm willing to merge the hxcpp PR, but I'm unsure where we're at for HL.

> > how to provide defined constant values for Haxe code (e.g. how to make values of enum abstract UVError(Int) to be the same as corresponding UV_E* constants) > >...

I don't really want to stop you, but please note that I don't know if we actually want to extend hscript like this...