-
-
Notifications
You must be signed in to change notification settings - Fork 391
Various PluginError PR suggestions I missed earlier #3737
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 all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8adb03e
WIP
fendor 4e65cbe
Merge fendor/enhance/plugin-logger-structure
joyfulmantis d4a9d4e
Make compilable
joyfulmantis e1b62cb
merge upstream/master
joyfulmantis e34da52
Flatten error hierarchy and avoid name clashes
joyfulmantis ca81317
merge upstream/master
joyfulmantis 1776bd8
Replace ResponseError with PluginError for plugins
joyfulmantis bc093c2
Further support for PluginError in HLS.hs among other enhancements
joyfulmantis 9bc837a
Further improvements
joyfulmantis 40d589c
Fix code-range test
joyfulmantis fd11649
Merge branch 'master' into plugin-logger
joyfulmantis 15cf638
Fix build error
joyfulmantis cdc0364
Added note
joyfulmantis d78f2bc
merge upstream/master
joyfulmantis 9b539d9
address michaelpj's suggestions (1/n)
joyfulmantis d415379
more improvements
joyfulmantis e618d7e
window build fix attempt
joyfulmantis 6fee73f
Fix stack and windows builds
joyfulmantis 6cbe6d9
Fix code-range test
joyfulmantis e0bbec1
refactor splice and eval to remove underscore func
joyfulmantis 6102e6b
Fix hls-tactics-plugin test
joyfulmantis 953003a
Broke up the ghcide test file
joyfulmantis 9bbf421
have CommandFunction use ExceptT
joyfulmantis afcf19d
add tests for exceptions and PluginError order
joyfulmantis 77d264f
fix tactics build
joyfulmantis 1a22bcc
fix tactics try 2
joyfulmantis 28bdecc
fix tactics build try 3
joyfulmantis 1dd12d4
fix for real this time
joyfulmantis ba4fa79
Fix hlint rules
joyfulmantis 89bba81
hlint rule fixes try 2
joyfulmantis 82e3ff5
Merge remote-tracking branch 'upstream/master' into plugin-logger
joyfulmantis a215904
address michealpj's suggestions
joyfulmantis f15ea45
Add haddocks
joyfulmantis 8329b90
Update HLS.hs
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this method? And it was different before??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because that's it's actually method, see line 171. WorkspaceApplyEdit before was an error, either autocomplete typo, brain fog, or sloppy mistake on my part.