You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: previously I've made this code action more robust by fixing the behavior when context is formatted over multiple lines (haskell/ghcide#839). But it seems some more work is needed. I'll probably get to fixing this over the weekend.
The text was updated successfully, but these errors were encountered:
Ailrun
added
the
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
label
Jan 7, 2021
jhrcek
added a commit
to jhrcek/haskell-language-server
that referenced
this issue
Jan 9, 2021
) (#1177)
* Make adding missing constraints work when 'forall' is present (fixes#1164)
* Improve comment
* Revert range change
* Don't use code action descr. as test name
* GHC 8.10+ doesn't have splitLHsForAllTy
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Reproduced with
haskell-language-server version: 0.8.0.0 (GHC: 8.8.4) (PATH: /home/jhrcek/.local/bin/haskell-language-server) (GIT hash: bde552b)
NOTE: previously I've made this code action more robust by fixing the behavior when context is formatted over multiple lines (haskell/ghcide#839). But it seems some more work is needed. I'll probably get to fixing this over the weekend.
The text was updated successfully, but these errors were encountered: