Skip to content

Swap the check for Jedi versions around#10956

Merged
Carreau merged 1 commit intoipython:masterfrom
takluyver:parso-check-swap
Jan 3, 2018
Merged

Swap the check for Jedi versions around#10956
Carreau merged 1 commit intoipython:masterfrom
takluyver:parso-check-swap

Conversation

@takluyver
Copy link
Member

It's possible to have Parso installed alongside an older version of Jedi which doesn't use it. I had this situation, and it was messing up my tab completions because it couldn't detect when it was in a string.

Jedi 0.11 doesn't have the jedi.parser subpackage, so I think checking it this way should be more reliable.

@takluyver takluyver added this to the 6.3 milestone Dec 20, 2017
@takluyver takluyver requested a review from Carreau December 20, 2017 12:42
@Carreau Carreau merged commit c739659 into ipython:master Jan 3, 2018
@Carreau
Copy link
Member

Carreau commented Jan 3, 2018

Thanks !

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.

3 participants