-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Ignore jedi deprecation warnings #29774
Milestone
Comments
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Antonio Rojas |
comment:3
lgtm |
Reviewer: Dima Pasechnik |
Changed branch from u/arojas/ignore_jedi_deprecation_warnings to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ipython 7 throws lots of deprecation warnings on tab completion when using jedi>=0.16. A warning is emmitted for every item in the autocompletion list, so this can even make Sage crash if the list is long. Hide these warnings by default.
Component: user interface
Author: Antonio Rojas
Branch/Commit:
791bb94
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29774
The text was updated successfully, but these errors were encountered: