Improve performance of NormalizedFilePath#3067
Merged
mergify[bot] merged 17 commits intomasterfrom Sep 8, 2022
Merged
Conversation
156f1f0 to
17c81ec
Compare
3bb4355 to
160bbd2
Compare
e34e0db to
3fa1858
Compare
kokobd
commented
Sep 6, 2022
|
|
||
| # - 1.8.0.0 | ||
| # - upstream: origin/master | ||
| - upstream: origin/master |
Collaborator
Author
There was a problem hiding this comment.
I think we should compare with origin/master by default, so that we can see if a PR makes the performance better or worse.
Collaborator
There was a problem hiding this comment.
Yeah, I disabled it temporarily when merging the benchmark suite PR because upstream/master lacked some fixes that were required to run it. Thanks for enabling it!
| # - ghcide-code-actions-bindings | ||
| # - ghcide-code-actions-fill-holes | ||
| # - ghcide-code-actions-imports-exports | ||
| # - ghcide-code-actions-type-signatures |
Collaborator
Author
…server into kokobd/os-path
This reverts commit 1c2a11d.
Collaborator
Author
…server into kokobd/os-path
kokobd
commented
Sep 8, 2022
sloorush
pushed a commit
to sloorush/haskell-language-server
that referenced
this pull request
Sep 12, 2022
* upgrade lsp * modify default benchmark config * upgrade lsp * use lsp master * temp: compare benchmark with previous commit * use text in NormalizedFilePath * upgrade to lsp master * fix stack config * remove obsolete dir form ghcide.cabal * run pre-commit without args * Revert "run pre-commit without args" This reverts commit 1c2a11d. * remove unnecessary tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Upgrade
lspto benefit from the recent optimization inNormalizedFilePath.Upstream PRs:
This PR doesn't take care of Nix, as Nix is already failing due to
hiedbandhie-bios. Maybe someone familiar with Nix could solve them all in one PR.