Preetham Gujjula

Results 6 issues of Preetham Gujjula

I notice that `lsp` now has a function `getConfig` to get the client configuration "as set via the `initialize` and `workspace/didChangeConfiguration` requests." I am a little confused how the configuration...

Hello! Currently it seems that the `lsp` handlers are not executed concurrently, so only one can run at a time. Are there any workarounds for this, or any plans to...

priority: high
v3

Cabal >= 3.0 allows set notation in the [`tested-with`](https://cabal.readthedocs.io/en/3.4/cabal-package.html#pkg-field-tested-with) field, such as ```cabal tested-with: GHC == { 8.6.3, 8.4.4, 8.2.2, 8.0.2, 7.10.3, 7.8.4, 7.6.3, 7.4.2 } ``` When we use...

Fix all broken Haddock links. Now Haddock doesn't emit any warnings about out-of-scope identifiers. Warnings about unknown link destinations more complicated to resolve and are not handled in this PR.

`enumerate` hangs indefinitely for `Ratio a` because the underlying `enumerate` for Integral types also hangs indefinitely. I can investigate the underlying issue sometime soon. Closes #27.

I can prepare a PR for this issue this week