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

jedi tab completion is broken for recent jedi version. #1240

Open
marscher opened this issue Nov 19, 2024 · 2 comments
Open

jedi tab completion is broken for recent jedi version. #1240

marscher opened this issue Nov 19, 2024 · 2 comments

Comments

@marscher
Copy link
Member

The code sucked up some exceptions, so we could not spot this breakage.

jedi version 0.19.2

@Thrameos
Copy link
Contributor

What is the quickest way to reproduce this? I don't run jedi myself. Is it a broken test case or do I need to hook it up through an IDE?

@marscher
Copy link
Member Author

I thought it'd be active when using a plain python shell, e.g. one gets code completion. But I realized it is done via readline (when compiled against it).
So actually I do not know how to check if it is really working.

I stumbled upon this because our code tries to access the module jedi.access, which is not available in 0.19+
The code is safe though, because the error is just ignored. But we do not have a implementation which works with this version of jedi.

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

No branches or pull requests

2 participants