-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fixes for getindex tab-completion #31499
Conversation
Travis is failing with an apparently unrelated error |
For Travis: #31500 |
aca0f05
to
d0e5c07
Compare
Bump. Rebase? Let's get this merged. |
d0e5c07
to
235f7d0
Compare
Rebased. |
Fails test:
|
235f7d0
to
b03c9f6
Compare
Should be fixed now. |
Tests are green except for unrelated ```failed process: Process(`curl```` on Windows. Should be good to merge? |
* fixes for getindex tab-completion * test fix (cherry picked from commit 1eca37e)
* fixes for getindex tab-completion * test fix (cherry picked from commit 1eca37e)
* fixes for getindex tab-completion * test fix (cherry picked from commit 1eca37e)
* fixes for getindex tab-completion * test fix (cherry picked from commit 1eca37e)
Fixes #24705. Closes #25094 by @Jutho, which this replaces (I didn't preserve the commit history, sorry — rebasing an old PR was too much trouble for such a short patch).
Also fixes
dict[
to tab-complete to a list of all the keys, rather than a list of allMain.*
symbols, and fixes a couple of Unicode indexing bugs.