forked from haskell/haskell-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Hlint refactor #32
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
Closed
Closed
Hlint refactor #32
Conversation
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
* convert to HLS plugin * remove unnecessary check * use waitForBUildQueue in the Tactics test suite * use waitForBuildQueue in the splice test suite * use waitForBuildQueue in golden test helpers * really enable Test plugin * silenceStdErr to honor LSP_TEST_LOG_STDERR * Disable timeout in tactics testsuite * no longer silence stderr Instead, send all ghcide output through the logger and keep stderr open for fatals * silence the tactics plugin * fix ModLocation for nameless modules
* Add ghcup freebsd and compile options * Correct hls version Co-authored-by: Julian Ospald <[email protected]> * correct ghcup version Co-authored-by: Julian Ospald <[email protected]> * Avoid historical remarks * Remove specific mention to ghcup * Add link for supported platforms Co-authored-by: Julian Ospald <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* partial sort of fuzzy filtering results * use slice instead of fromWithN for another 2% * fix perfect score computation * redundant import * bump ghcide version number * cleanup * fix a test Co-authored-by: Javier Neira <[email protected]>
* Generate source tarball * Update release doc * Checkout code and create subdir * Separate src-tar in a new job Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Remove operational custom version * Update index to get new version * Use operational released version * Remove custom operational version in nix * Remove operational for ghc-9.2 * Add Nix override for operational Nixpkgs hasn't caught up with hackage yet. Co-authored-by: Michael Peyton Jones <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Allow Fourmolu 0.4 * Reformat record construction to Fourmolu style * Run stylish-haskell on imports * Enable fourmolu for ghc-9 * Enable fourmolu tests for ghc-9 * Enable fourmolu for ghc-9 and stack * Correct stack-9.0.1.yaml changes * Use explicit import to avoid shadowing * Remove unused import * Bump plugin version * Enable -Wall Co-authored-by: Javier Neira <[email protected]>
* Add lsp-haskell links * Correct plugin url Co-authored-by: Michael Peyton Jones <[email protected]> * Correct plugin url Co-authored-by: Michael Peyton Jones <[email protected]> Co-authored-by: Michael Peyton Jones <[email protected]>
* Add more features and demos * Link issue about jump to def * Move haddock build config And discourage the use of a explicit hie.yaml * Remove haddock config from features * Correct link to haddock config Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
With VSCode I get a WatchedFile notification immediately after of the TextDocumentDidChange notification, triggering a second rebuild unnecessarily
linking to haskell2nix documentation Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Follow-up to haskell#2083. Now that all this documentation is hosted on an external site, there really ought to be a link back here.
* Monoid instance for Logger * trace log events * fix chatty ghcide logger * fix debugging printout * trace build reason * redundant import * trace WatchedFile _changes * log filtered file events
* do not throw away the previous dirty set * assertion
Co-authored-by: Javier Neira <[email protected]>
@Mergifyio rebase master |
✅ Branch has been successfully rebased |
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.
Abusing ci