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

Remove svg url test #12295

Closed
wants to merge 110 commits into from
Closed

Remove svg url test #12295

wants to merge 110 commits into from

Conversation

Inception95
Copy link
Contributor

#12281

Delete the 109~112 lines on /core/tests/test_display.py to remove the external test.

alexmojaki and others added 30 commits May 7, 2020 15:53
pip is missing on recent builds; and remove duplicate 3.7 testing if we
drop -dev suffix
…sses Jedi.

Refs #10926 and #11530

Jedi results swamp file_matches and dict_key_matches in
tab-completion, which is a real nuisance.  The logic in the jedi
completor tried to catch cases where it was "in a string", but that
logic only looked at the previous character, and was a little fragile,
breaking in lots of cases such as:

'./<tab>
"mypath/<tab>

etc.

This seems a bit more robust in that it searchs for the first token in
the current parser tree and checks if its value starts with ' or ".

This detection of "in a string" then turns of jedi and returns some
sanity to the set of matches.
This uses `create_ipython_shortcuts` also for `TerminalPdb`, which then
allows for using e.g. `F2` there also etc.

`create_ipython_shortcuts` is used in
`TerminalInteractiveShell.init_prompt_toolkit_cli` otherwise only, also
passing them to `PromptSession` then only.
Therefore this could be done there (in `PromptSession`) by default maybe
even.
martinRenou and others added 27 commits May 7, 2020 15:53
Signed-off-by: martinRenou <martin.renou@gmail.com>
Typing "w = 1" in the debugger crashes the debugger
u_format was a compatibility layer between Py2 and 3 , now useless.
Previous commit remove the u_format compatiblity function, use the
occasion to update the file to a newer python 3.6 syntax.

This also use yield-from
Forward latex seem to be the only one that return a text match  when no
completions is provided.

In particular this leads to custom logins in other places.

Should close #12279
@Inception95 Inception95 closed this May 7, 2020
@Inception95 Inception95 deleted the remove-svg-url-test branch May 8, 2020 01:58
@Carreau Carreau added this to the no action milestone May 26, 2020
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.

None yet