Skip to content
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

Bump jrpc2 to latest version #309

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Bump jrpc2 to latest version #309

merged 1 commit into from
Nov 18, 2020

Conversation

radeksimko
Copy link
Member

Fixes #118

This brings in creachadair/jrpc2#32 which addresses the long-standing problem with strict unmarshaling (where unknown fields in JSON would result in errors) as described in creachadair/jrpc2#31

This is also kind of prerequisite to migrating to the gopls' struct types and away from sourcegraph/go-lsp (as per #117), since gopls types do not declare custom unmarshalers, unlike my custom fork of go-lsp

replace github.com/sourcegraph/go-lsp => github.com/radeksimko/go-lsp v0.1.0

@radeksimko radeksimko added the enhancement New feature or request label Nov 18, 2020
@radeksimko radeksimko requested a review from a team November 18, 2020 21:18
@radeksimko radeksimko merged commit a8d9ac6 into master Nov 18, 2020
@radeksimko radeksimko deleted the bump-jrpc2 branch November 18, 2020 21:28
@ghost
Copy link

ghost commented Dec 18, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the context necessary to investigate further.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid strict unmarshaling of responses
2 participants