patrick

Results 270 comments of patrick

I was wondering if it is because if we are loading with multi-components support. Session loader does not yield the correct deps for B.

resultBuilt might updated to an older value, which make a rule result that should be clean back to dirty. It should trigger unwanted recomputation

#4231 Could alleviate the some potential race condition. But there are still a lot of place we could not clean up

I am wondering if there is an alternaive function than `loadConfig` that does not depend on cwd to load the stylish config.

Since the number of test are so large. IMO, a workable solution is that we refactor one test file at a time, smooth the transition from ghcide-test-util to hls-test-util.

can `cabal-gild` have `,` prefixing line breaking for items?

Current workaround forcing to use the new version of the following in `cabal.project` ``` allow-newer: *:Cabal, *:Cabal-syntax, *:optparse-applicative source-repository-package type: git location: https://github.com/haskell/cabal.git subdir: Cabal Cabal-syntax tag : 3.12.0+0 ```...