fendor
fendor
Thanks for the PR! I don't have any particularly strong opinions, both look good to me :) Pinging @Ailrun as they designed the logo originally, afaict.
Hi, thank you for your bug report! This looks like it is a bug with `hls-retrie-plugin`, which is powered by https://github.com/facebookincubator/retrie. The CodeAction doesn't show up at all with GHC...
Unfortunately, the issue is complicated and likely not easy to fix. You can try to reproduce the issue with only the `retrie` executable and open a bug report. If you...
Hi, thank you for the bug report, I can confirm, that this rather annoying bug hits me from time to time as well, and is a foot gun we definitely...
Important, don't merge this, see #3813
Yeah, that's weird... Maybe some rebasing stuff
GHC commit that seems to be the root of the issue: https://gitlab.haskell.org/ghc/ghc/-/commit/b9f49013061efcb2ae1d0986fdad3baf39994067 Commit is present in GHC 9.14.1 rc and GHC 9.12.3 rc, but the commit is likely to be...
Did you try opening the `Paths_` module? That might produce such errors. (So the suggestion would be, to not do that :) ) I failed to reproduce the issue manually,...
Hi, thank you for the bug report! Can you provide the logs of `hie-bios debug app/Main.hs`?
I think that's a bug in `hie-bios`'s module checking logic. Perhaps a `target` guessing bug, since we see `[("app/Main.hs","app/Main.hs")]` is missing `"app/Utils.hs"`. To me, this code path has a rather...