Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Remove JSON instances for unused completion code #305

Merged
merged 2 commits into from
Jan 6, 2020

Conversation

serras
Copy link
Contributor

@serras serras commented Jan 4, 2020

Note: this PR is one half of the one originally in #288

According to #227 (comment), such instances are only required for implementing the "resolve completion" functionality in LSP. However, at this moment all the information is returned directly in the completion request, so there's no need for that. This PR removes the code, and also updates the tests.

Copy link
Collaborator

@cocreature cocreature left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cocreature cocreature merged commit 821c7f6 into haskell:master Jan 6, 2020
pepeiborra pushed a commit to pepeiborra/ghcide that referenced this pull request Feb 1, 2020
* Remove JSON instances for completions, since we are not implementing "resolve"

* Remove completion resolve data from tests
pepeiborra pushed a commit to pepeiborra/ide that referenced this pull request Dec 29, 2020
* Remove JSON instances for completions, since we are not implementing "resolve"

* Remove completion resolve data from tests
pepeiborra pushed a commit to pepeiborra/ide that referenced this pull request Dec 29, 2020
* Remove JSON instances for completions, since we are not implementing "resolve"

* Remove completion resolve data from tests
pepeiborra pushed a commit to pepeiborra/ide that referenced this pull request Dec 29, 2020
* Remove JSON instances for completions, since we are not implementing "resolve"

* Remove completion resolve data from tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants