wz1000

Results 148 comments of wz1000

> so we would probably want to put the command id inside a new package hls-refactor-command-ids. Which can be done right now. @michaelpj what do you think? I will do...

Sorry, these aren't reverse dependencies but the direct dependencies stored in `ResultDeps`. > Question: are the space usage stats produced by ghc-debug aware of sharing? Yes, I believe so. I...

It needs to be supported by `ghcide`. > It probably also wants to be an option to the Haskell piece, so in the core.

> Just curious: is this change to make the splice plugin dependent on hls-refactor-plugin also fixes the Splice Plugin also on GHC 9.2, or do we need an extra effort?...

@guibou could you help with the nix failure?

This will not be addressed in #704 but in an upcoming PR.

I had a somewhat working implementation of this, but there were some issues. In principle, most of what needs to be done is provide an implementation for `lookupMod` [here](https://github.com/haskell/ghcide/pull/898/commits/d17cf3117c944abc7ddcffaf738bf3bc6cf624e8#diff-58f4f7994c1bd5f37a68b33388ee77fcc49d32bf1dba7dc75d35ff9e3d0c4f9dL134) -...

I think `{-# OPTIONS_HADDOCK not-home #-}` should be the preferred way to configure these rather than custom HLS configuration: ``` ``not-home`` Indicates that the current module should not be considered...

> Is there a reason the artifacts couldn't be reused? yes, sharing the build directory means that a `cabal build` while HLS is running causes race conditions as both HLS...