RblSb

Results 153 comments of RblSb

I don't get what you want to add in this proposal. Can you provide inline examples with and without your feature to show benefits and explain what it does?

Minimized example: `StringTools.unsafeCodeAt("foo", 0)`. This basically inlines `return (cast s).charCodeAt(index)`: https://github.com/HaxeFoundation/haxe/blob/development/std/StringTools.hx#L504 Not really a regression, happens since https://github.com/HaxeFoundation/haxe/commit/c4cc470360fb8cfbd57613251f8afca5f4c84b3b Unification errors here on `TAbstract(Null, [TAbstract(Int, [])])` and `TAbstract(Int, [])` comparison (idk...

Example 1 is already covered, move cursor to `if (user != null) {` line and use `Invert if expression` for it and then for ifs below. Example 2 is can...

Yes, i think implementing Float as Int should be allowed, this is pretty handy for subclasses to restrict Float a little. But it doesn't work in all cases, only for...

Init basic Haxe project, add this abstract in Main file and hover over `function get` to get such error in haxe output panel: ``` [Error - 14:55:16] Request textDocument/hover failed....

Yea, i make workaround in https://github.com/Kode/vscode-kha/pull/43. If you unwrap two setTimeouts and call `vsce package` to rebuild and install custom kha extension, it still happens. Maybe there is something like...

Currently you can remove `var`, save, and there will be add missing field action.

Cannot reproduce on any version, maybe something was changed on vshaxe side i guess, but probably can be added as a test.

Not a compilation server crash, when you typo some code and save file, i think. Maybe recursion can be detected. There is also no compiler errors at all, it seems.

Well, with unknown position this is not really good. And there is simple `segmentation fault` compiler error, if you test it with `haxe build.hxml`, not sure why tryhaxe result is...