Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-111201: Speed up paste mode in the REPL#119341
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This depends on#119318 landing first |
lysnikolaou commentedMay 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
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. |
lysnikolaou commentedMay 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
#119432 fixes this. |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
… (#119439)(cherry picked from commite6572e8)Also includes:*gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432)(cherry picked from commit14b063c)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>Co-authored-by: Łukasz Langa <lukasz@langa.pl>Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Uh oh!
There was an error while loading.Please reload this page.