Auguste Rame
Auguste Rame
> Is there a plan to make this work with ZLS? See https://github.com/zigtools/zls/pull/631; I closed it because I think autofix handles this usecase well, but I'll reopen it :) (Sorry...
Could you please force push on this branch to remove all the extraneous commits?
I think we can just squash and merge, no worries :)
`--autofix` now exists
Running into this too, quite a pain :(
@mattnite fixed this iirc! :)
Also, `emit_analysis` is per compilation unit and not per-file, so isolating results for just a certain C import for example without relying on valid compilation of the file using that...
For the time being, yes! Probably more well suited for #366, so I'll comment there.
zls can't deal with the [switch](https://github.com/ziglang/zig/blob/master/lib/std/dynamic_library.zig#L13-L18); common comptime issue.
This isn't a duplicate, no worries! I solved this issue for externs but yeah, this is definitely something that needs fixing. :)