J. S.
J. S.
Not sure if this is enough information to determine but: ``` / # kupo --version v2.0.0 ``` edit: below is not the right info and ``` REPOSITORY TAG IMAGE ID...
Actually the image the container is running is ``` sha256:d4d7eec165a1777bc20d1f7f7f275a422ed91d38dae6ba84d82cab90a843785a ``` Sorry about that. It may be pretty old.
This seems like an `hie-bios` issue, but adding an explicit `hie.yaml` might do the trick ``` cradle: cabal: - path: "./src" component: "exe:Main" ```
You can try removing `~/.cache/ghcide`.
According to https://www.sqlite.org/rescode.html#locked it says if not in shared memory mode then this error only occurs if a "conflict" happens on the same connection. So because shared memory is off...
Summary of the "lower-case drive" test on windows ghc 9.0.1 from reading test and logs: - Test writes `contentsB` to `A/B.hs` the filesystem. - Test sends notification to server that...
It's probably not _too_ hard to do the original idea of add ignore rule to `.hlint.yaml`. We can reuse what HLint does to look for the config file. What `hls-hlint-plugin`...
Seems like the problem here is that `:show paths` gives only the paths for a single component and not all of the components so targets from other components can't be...
``` cabal repl --enable-multi-repl component-a component-b component-c ghci> :show paths current working directory: /home/jon/projects/my-project module import search paths: src /home/jon/projects/my-project/dist-newstyle/build/x86_64-linux/ghc-9.6.6/my-project-0.1.0.0/opt/build /home/jon/projects/my-project/dist-newstyle/build/x86_64-linux/ghc-9.6.6/my-project-0.1.0.0/opt/build/autogen /home/jon/projects/my-project/dist-newstyle/build/x86_64-linux/ghc-9.6.6/my-project-0.1.0.0/opt/build/global-autogen cabal repl --enable-multi-repl component-b component-c ghci> :show paths...
Is the remaining work here adding another GYEra, GYConway, then adding a GYConway branch to every place GYBabbage exists and doing the analogous thing?