fendor

Results 101 issues of fendor

A single test-run takes a huge amount of time and, by now, we have a huge array of VM tests. Currently, we have the resulting matrix of test-runs: Tool\GHC|8.4.2|8.4.3|8.4.4|8.6.1|8.6.2|8.6.3|8.6.4|8.6.5|8.8.1 -------------|-------|-------|------|------|-------|-------|------|-------|------...

type: enhancement
type: refactor
testing

**Is your feature request related to a problem? Please describe.** VSCode starts: new HLS version! I don't want to upgrade right away, press "No" to the update, and then VSCode...

type: user experience

### Your environment Which OS do you use: Arch Which LSP client (editor/plugin) do you use: VSCode Describe your project (alternative: link to the project): HLS GHC: 8.10.7 ### Steps...

type: bug
component: hls-class-plugin

Essentially, help you find all occurrences for a polymorphic function of a given type. Example, maybe you want to find all occurrences of `(==) :: Foo -> Foo -> Foo`....

type: enhancement
status: in discussion

EDIT: # Final implementation Finally the chosen implementation has been the third ("Dump build info as side effect of `Setup.hs build`") with the pr #7498 --- Nomenclature (uses recursive name...

type: discussion
blocked: decision-needed

Add --pick-first-target flag Every other command defaults to what they used to do. Extracted from #7478 Not entirely sure about the purpose, extracted relevant changes and leaving this here so...

Since https://github.com/haskell/cabal/issues/6622 has been merged, `cabal repl` works reliably for file paths that are part of a cabal project. Thus, implicit-hie should generate (at least within HLS) only the most...

Structure in hie-bios: `HIE/...` Implicit-hie: `Hie/...` I think this is needlessly inconsistent

good first issue

PR for https://github.com/haskell/haskell-language-server/pull/2994. I am just creating the PR to see what changes are necessary.