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

Remove duplicated completions #837

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

botal9
Copy link
Contributor

@botal9 botal9 commented Sep 27, 2020

This should fix #472

After filtering completions by the texted prefix, we'll pass only different ones.

@botal9 botal9 changed the title Fix duplicated completions Remove duplicated completions Sep 27, 2020
Copy link
Member

@jneira jneira left a comment

Choose a reason for hiding this comment

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

Thanks for the fix, bonus for including tests!

@ndmitchell ndmitchell merged commit 85f3738 into haskell:master Sep 28, 2020
@ndmitchell
Copy link
Collaborator

Very nice work! Thanks so much.

pepeiborra pushed a commit to pepeiborra/ide that referenced this pull request Dec 29, 2020
Co-authored-by: Vitalii Ovechkin <ovechkinve@yandex-team.ru>
pepeiborra pushed a commit to pepeiborra/ide that referenced this pull request Dec 29, 2020
Co-authored-by: Vitalii Ovechkin <ovechkinve@yandex-team.ru>
pepeiborra pushed a commit to pepeiborra/ide that referenced this pull request Dec 29, 2020
Co-authored-by: Vitalii Ovechkin <ovechkinve@yandex-team.ru>
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.

Completions are duplicated if imports are
3 participants