RblSb
RblSb
Problem only for static targets when using `cast` instead of `Std.int`, i updated unit test: [Issue5124.txt](https://github.com/user-attachments/files/20431262/Issue5124.txt)
I guess it can work, then there is only `@:inheritDoc` improvement to also check interfaces field and not only parent class field, should be useful
@kLabz this should be ok
```haxe class Foo implements IFoo implements IFoo2 extends Parent { /** Foo test **/ @:inheritDoc public override function test():Void {} } ``` It concats field documentation from first non-empty parent...
Since https://github.com/HaxeFoundation/haxe/issues/11691 is closed as not planned, this can be closed too (looks like superset)
Maybe my issue is a subset of this https://github.com/HaxeFoundation/haxe/issues/11225
There is enough of places with untyped `__this__` usage, like: https://github.com/HaxeFoundation/haxe/blob/c713c0a8155ed2251f8921a3a06db01987edfc06/std/js/_std/haxe/ds/IntMap.hx#L62 ```haxe // broken example final map = [1 => 1]; for (i in map) trace(i); ``` So generator should...
Regression in https://github.com/HaxeFoundation/haxe/commit/2f6c55d13aa24a610829cd391ad2b109f71e9678 @kLabz, can you please restore that branch and maybe check what happened?
Tested without other settings, only thing that causes this bug is `"haxe.diagnosticsPathFilter": ".*?"` and `haxe.executable` set to dev build. This is what happens for me with after first `Go to...
Reverting this change fixes endless loop for me https://github.com/HaxeFoundation/haxe/pull/11722/commits/720d806e5e9c00a20712b44aa54ac194fe488149 But if i do `Reload window` in vscode while having focus on `/std/js/_std/haxe/io/Bytes.hx` tab (that i opened from `go to definition`),...