Simon Krajewski
Simon Krajewski
Ultimately, if we end up with a full replacement it would likely go into hx4compat...
Thank you! This is all a bit confusing because there's `saturn`, `lockfree` and `saturn_lockfree`. The one that has the alcotest dependency is lockfree 0.3.1, but I suppose this becomes obsolete...
This might be JVM-specific, I'm seeing good results when I do the same on HL. Both `-D dump=pretty` and `-D dump=position` show a suspicious absence of diffs, so I wonder...
Right, genjvm uses `Lexer.get_error_line_if_exists` since #12078 and if we never parse anything we don't have any files to look up, and so we can't resolve any lines. Uh...
This works now, I'll test this as part of the coroutine endeavors. One thing that's silly is that we block the entire `all_files` Hashtbl while resolving a file. That's technically...
Thank you for this information! Perhaps the wiki would be a good place to put this?
I'll go ahead and close this, feel free to put this info on the wiki!
@waneck: I think this one is yours because the dump looks fine to me: ``` [Call:Void] [Field:v : Dynamic -> ?infos : Null -> Void] [TypeExpr haxe.Log:Class] [FStatic:v : Dynamic...
The good news is that this is not a general inlining problem and indeed comes from the analyzer, namely const propagation. The bad news is that I get some failing...
This is too hard for me to get right for 3.3 and since the regression has been addressed I'll move it to 3.4.