-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-111201: Speed up paste mode in the REPL #119341
Conversation
pablogsal
commented
May 21, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: A new Python REPL #111201
This depends on #119318 landing first |
I think that this has broken paste. Pasting code shows the last character of the pasted line only. The whole buffer is shown after hitting backspace. If arrows are used between the paste and the backspace, the buffer gets completely messed up. cc @ambv @pablogsal |
Hummm, we live tested this several times. I wonder if there is some weird interaction with other PRs we landed |
We should revert meanwhile I think |
@lysnikolaou @ambv WDYT? |
+1 for reverting, otherwise it might be hard to do manual testing of PRs at the sprints. |
#119432 fixes this. |
Co-authored-by: Łukasz Langa <[email protected]>
… (#119439) (cherry picked from commit e6572e8) Also includes: * gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432) (cherry picked from commit 14b063c) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Lysandros Nikolaou <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>