RblSb
RblSb
Are you sure you enabled diagnostics for std files and see red stuff inside them, if you change some type to `wrong.Path`? I debugged a little and found that if...
@kLabz https://github.com/HaxeFoundation/haxe/commit/b911546018381df5c70cc2ed9c4ee40b59cf4db7 commit helps with hanging. Do you think this one is not good enough yet to be pushed?
This optimization test has different output on second compilation, so this issue can be reopened for investigation
I will write test if you guys think that this is good warning / implementation to have
Same project has broken `new |` completion if you call it after `trace` line. Typing `trace(new |)` will also generate error: ``` Request textDocument/signatureHelp failed. Message: Invalid_argument("Empty module name is...
Ready. Do i need to split this into two PRs?
Its green, yay!
Related to https://github.com/HaxeFoundation/haxe/issues/9964
This can be fixed like this: ```diff function $bind(o, m) { if (m == null) return null; var t = typeof o; + if (t == 'string') + return function...
Isn't this is expected result? Seems like making this actually modify iterator var will be a breaking change https://github.com/HaxeFoundation/haxe/pull/8581#issuecomment-515342455 I would much prefer them all final as breaking change, since...