Skip to content

Conversation

KristofferC
Copy link
Member

@KristofferC KristofferC commented Oct 13, 2025

This effectively reverts #39538 since it no longer seems beneficial. With auto_refresh_time_delay=0.0 on Windows, pasting a 1500 line long function took 29 seconds, while with auto_refresh_time_delay=0.05 (which is the current value) it took 36 seconds.

#59825 should also effectively make this obsolete.

It also causes other issues like #59788.

Fixes #59788

@KristofferC KristofferC requested a review from vtjnash October 13, 2025 10:38
@KristofferC KristofferC added system:windows Affects only Windows REPL Julia's REPL (Read Eval Print Loop) labels Oct 13, 2025
@KristofferC KristofferC merged commit 73a99f1 into master Oct 14, 2025
5 of 7 checks passed
@KristofferC KristofferC deleted the kc/auto_refresh branch October 14, 2025 14:19
@vtjnash
Copy link
Member

vtjnash commented Oct 14, 2025

Can you add a note to your v1.13 release checklist to delete this dead code after we cut the next release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

REPL Julia's REPL (Read Eval Print Loop) system:windows Affects only Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Holding a key in the middle of input on Windows REPL doesn't shift the letter to the right of it until the key is let go

2 participants