Simon Krajewski
Simon Krajewski
Do you know if this is still a problem?
Nice, thanks!
This should actually be quite easy to implement, but I don't know what's the best way to tag these functions.
I'm somewhat worried about the discoverability of such arguments, but I agree it makes sense to store this kind of information in the arguments of `@:from` because that's what it's...
This implementation is rather scuffed, but it should do for now. Long-term, we can support these kinds of meta arguments in meta.json and generate the appropriate handling code. This should...
Glad to hear, and yes that's why I'm keeping it open.
@kLabz I'm interested in your opinion on this one.
I have removed the regression label because if anything it's an old regression, which also means that this isn't particularly urgent.
I'm going through this mess again at the moment. What helped with the luv situation is following these instructions: https://github.com/HaxeFoundation/haxe/pull/11182
At this point I think that `@:strict` needs its own mini-typer that deals with all the syntax. The original implementation tries to use the real Haxe typer, but it's quite...