-
-
Notifications
You must be signed in to change notification settings - Fork 401
HLS for the new generated LSP 2 release #3621
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
646c916
Add lsp packages from git till they are released
joyfulmantis 009c4a0
hls-plugin-api changes for lsp* 2 packages
joyfulmantis 3a17def
refactor helper functions
joyfulmantis b6b6b68
Fix a hlint issue I was responsible for creating
joyfulmantis 9245aba
Separate the helper functions and...
joyfulmantis 658757f
ghcide checkpoint (doesn't compile)
joyfulmantis 082f1e6
ghcide compiles, but 40/351 tests fail
joyfulmantis 33798d9
ghcide: Fix some inaccuracies
joyfulmantis 74a6e34
ghcide-bench compiles
joyfulmantis ea10046
hls-test-utils compile
joyfulmantis 05da0d8
alternate-number-format compiles
joyfulmantis 9a0bff5
hls-cabal-fmt compiles
joyfulmantis 45458fb
cabal-plugin compiles
joyfulmantis e2651cf
call-hierarchy compiles
joyfulmantis adbc9ae
change-type-signature compiles
joyfulmantis 7f3ed6e
class-plugin compiles
joyfulmantis e723ed2
code-range compiles
joyfulmantis 04b5c14
eval-plugin compiles
joyfulmantis 5e163ca
Update helper functions
joyfulmantis 70dd008
explicit-fixity compiles
joyfulmantis 2030f0e
Update to the latest lsp* changes
joyfulmantis 1c75cd6
explicit-imports compile
joyfulmantis cc95de4
explicit-fields compile
joyfulmantis b7d15ea
floskell compiles
joyfulmantis 5e8500d
fourmolu compiles
joyfulmantis dfc2da8
new orphans and fixes
joyfulmantis 4fc8fec
cabal-fmt compiles
joyfulmantis c7386e6
refactor-plugin compiles
joyfulmantis 74befec
gadt-plugin compiles
joyfulmantis 7a02858
hlint-plugin compiles
joyfulmantis 5338a41
module-name compiles
joyfulmantis 40afc8a
ormolu-plugin compiles
joyfulmantis 8606cfe
pragmas-plugin compile
joyfulmantis a144c09
qualify-imported-names compile
joyfulmantis a97efe4
refine-imports compile
joyfulmantis 34acc00
rename-plugin compiles
joyfulmantis c231c59
retrie-plugin compiles
joyfulmantis cd32951
splice-plugin compiles
joyfulmantis 6c32020
stylish-haskell compiles
joyfulmantis 2c3d5fd
exe compiles
joyfulmantis 58605c9
ghc 9.0 codepath fixes
joyfulmantis a62937f
haddock-comments compile
joyfulmantis c9997cb
tactics-old compiles
joyfulmantis 3e11e09
functional tests compile
joyfulmantis 5d48528
Cleanup of changes
joyfulmantis cb5ab6a
stan-plugin compiles
joyfulmantis bbd2c44
cleanup
joyfulmantis 39ceb5c
revert new-wingman changes as that's dead code
joyfulmantis 9a361d0
Move lsp functions & instances to the lsp package
joyfulmantis a2920b0
Merge branch 'master' into new-lsp-release
joyfulmantis b244f3f
overload-record-dot compiles
joyfulmantis a4f2500
cleanup and implementing michaelpj's suggestions
joyfulmantis 1aa5324
Update lsp* we track
joyfulmantis 4e8d517
Fix bug with hover and follow upstream lsp
joyfulmantis 4b9cbdc
stack fixes
joyfulmantis abd0bf8
fix stack try 2
joyfulmantis d201bdc
add row-types to stack extra-deps
joyfulmantis 1a0692e
fix func test and satisfy stack build-depends
joyfulmantis a3e2736
More making stack happy
joyfulmantis 26b623a
fix hls-code-range test
joyfulmantis 88b3640
tactics-plugin test compiles
joyfulmantis 821ff4b
Merge remote-tracking branch 'upstream/master' into new-lsp-release
joyfulmantis a483607
fix hls-class-plugin test
joyfulmantis 21aedaa
Merge remote-tracking branch 'upstream/master' into new-lsp-release
joyfulmantis dc2ea23
fix merge mistake
joyfulmantis fd1284f
Merge remote-tracking branch 'upstream/master' into new-lsp-release
joyfulmantis 7e53aae
Use official version, and flag and bench fixes
joyfulmantis 46daa19
Fix stack, testing, and flags
joyfulmantis 1a36431
add bytestring constrains to gchide-bench
joyfulmantis d8a28ee
ghcide-bench fix constraint
joyfulmantis 017dc6b
remove constraint, instead use older exported api
joyfulmantis 456524e
Update to lsp-types 2.0.0.1
joyfulmantis 55a8c75
implement suggestions from michaelpj
joyfulmantis 8cb740f
get nix builds working
joyfulmantis f6e8516
Merge branch 'master' into new-lsp-release
joyfulmantis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ghcide-bench compiles
- Loading branch information
commit 74a6e34eb637dfbc1bdf472b2eb9ea809442f849
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ library | |
safe-exceptions, | ||
shake, | ||
text, | ||
row-types | ||
default-extensions: | ||
BangPatterns | ||
DeriveFunctor | ||
|
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
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.
Uh oh!
There was an error while loading. Please reload this page.