Kobayashi
Kobayashi
I'm having trouble with running `cabal bench ghcide` locally. Below are the logs. Let's try it in the CI. ```bash Benchmark benchHist: RUNNING... # git (for bench-results/binaries/upstream/commitid) # ghcide-bench (for...
## Is your enhancement request related to a problem? Please describe. This is a more direct solution to the problem in #3073 ## Describe the solution you'd like In hls-code-range-plugin,...
We have a better alternative to FilePath now. See: https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html What we should do: 1. Change `NormalizedFilePath` to `NormalizedOsPath` after the issue in lsp to support OsPath https://github.com/haskell/lsp/issues/445 is solved....
Closes #445. Current status: - existing tests pass - breaks backward compatibility due to the necessity to add MonadThrow to the type of some functions - use `filepath-compat` to avoid...
This was originally found in https://github.com/haskell/haskell-language-server/pull/3072 In `lsp`, there is a debug log, printing response body: https://github.com/haskell/lsp/blob/8b63438313828a31ba1065ea865e504d532d093e/lsp/src/Language/LSP/Server/Control.hs#L224-L234 And in HLS, our logger sends a copy of log to LSP client:...
As suggested by @pepeiborra, we have a better alternative to `FilePath` now. See: https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html And changing the implementation of `NormalizedFilePath` might greatly impact HLS performance, according to the existing comment....
This will fix #8351 --- Please include the following checklist in your PR: * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [x] Any changes that could be relevant to...
In `Distribution.Client.CmdBuild` module, `BuildFlags` is defined but not exported. https://github.com/haskell/cabal/blob/dd312ecc44b79945061a4cb45e15b90f26382be4/cabal-install/src/Distribution/Client/CmdBuild.hs#L4-L12 https://github.com/haskell/cabal/blob/dd312ecc44b79945061a4cb45e15b90f26382be4/cabal-install/src/Distribution/Client/CmdBuild.hs#L83-L85
### Description Given that we can configure VSCode `settings.json` and extensions with home-manager, it would be nice to have a systemd service that manages `openvscode-server` that inherits configurations from VSCode....