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

Revert #717 #738

Merged
merged 1 commit into from
Oct 28, 2021
Merged

Revert #717 #738

merged 1 commit into from
Oct 28, 2021

Conversation

dos65
Copy link
Member

@dos65 dos65 commented Oct 27, 2021

As it turns out, we missed that in some cases Metals return incorrect
completions that were filtered out by VS Code.

For example:

// sample 1
for {
  x <- Some(1)
} y@@ // <- [Empty - scala.meta.internal.semanticdb.Tree, ..]

// sample 2
Input@@ // <- [InterruptedException]

Let's revert #717 it and do release as the original issue was less annoying
than current state.

We can return this hack back in next release once this will be fixed on
server side.

As it turns out, we missed that in some cases Metals return incorrect
completions that were filtered out by VS Code.

For example:
```
// sample 1
for {
  x <- Some(1)
} y@@ // <- [Empty - scala.meta.internal.semanticdb.Tree, ..]

// sample 2
Input@@ // <- [InterruptedException]
```

Let's revert it and do release as the original issue was less annoying
than current state.

We can return this hack back in next release once this will be fixed on
server side.
@dos65 dos65 requested a review from tgodzik October 27, 2021 19:50
@tgodzik tgodzik merged commit ae1bd18 into scalameta:main Oct 28, 2021
@tgodzik
Copy link
Contributor

tgodzik commented Oct 28, 2021

I will go ahead and do a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants