-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for GHC-8.10.2 #298
Labels
type: enhancement
New feature or request
Comments
Merged
To illustrate better (
UpdateAnd, of course, this:
|
pepeiborra
pushed a commit
that referenced
this issue
Dec 27, 2020
We already normalise filepaths in NormalizedFilePath. haskell-lsp changed things such that the conversion from Uri to NormalizedUri normalises the filepath again which caused a significant slowdown in GetFileExists. We already have a wrapper for converting from NormalizedFilePath to NormalizedUri so this PR changes this wrapper to inline the definition without the additional layer of normalisation. fixes #298
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GHC-8.10.2 was just released.
Hopefully, the differences between it and GHC-8.10.1 from the HLS point of view are minor enough to make adding the support easy?
The text was updated successfully, but these errors were encountered: