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

Fix REPL autocomplete #837

Merged
merged 1 commit into from
Mar 2, 2019
Merged

Fix REPL autocomplete #837

merged 1 commit into from
Mar 2, 2019

Conversation

basile-henry
Copy link
Collaborator

This PR fixes an issue that made the last branch of the REPL autocompleter
unreachable.

The second to last branch was always True:

> split (== '.') "anything"
["anything"]

This commit fixes an issue that made the last branch of the completer
unreachable.

The second to last branch was always `True`:

```
> split (== '.') "anything"
["anything"]
```

Signed-off-by: Basile Henry <bjm.henry@gmail.com>
@basile-henry basile-henry self-assigned this Mar 2, 2019
@Gabriella439 Gabriella439 merged commit 13a1158 into master Mar 2, 2019
@Gabriella439 Gabriella439 deleted the fix-repl-autocomplete branch March 2, 2019 22:54
@Gabriella439
Copy link
Collaborator

Thank you for fixing that! 🙂

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.

2 participants