-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Pin Jedi to 0.9.0 #4104
PR: Pin Jedi to 0.9.0 #4104
Conversation
…tch Jedi for Numpy and Matplotlib
Debian Stretch will ship with jedi |
We are aiming at being compatible with Jedi 0.10 in version 3.1.4, to be released in a month or so. If the addition of Jedi 0.10 is imminent in Debian Stretch, then users will have to depend on Rope until 3.1.4 is out. |
It is there already.
Rope is Python 2 only on Debian (version 0.10.3). Upstream got reliable support for Python 3 only recently (version 0.10.4), unfortunately not in time for the freeze. How important are |
They provide code completion for the Editor, so I'd say pretty important :-) |
I meant Otherwise, how far are you from having compatibility with 0.10.0? Is that something which could be cherry-picked on top of 3.1.3? |
I found some problems with 0.10.0 that we either have report upstream as errors or fix in our side. So I don't know when we'll be compatible with 0.10.0. And there's also PR #4121.
I'd think you can cherry-pick our changes, yep. |
So, the corresponding patch to PR #4121 would make spyder 3.1.3 work with jedi 0.10.0 or is there more to be done? |
Yes, there is. Our test suite is not passing with 0.10.0 even after applying #4121. |
I ran our tests with the new 0.10.0 version and several of them are failing.
Besides, our new completions for Numpy and Matplotlib are failing with that version too.