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

add CTRL_R to repl precompile #48539

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

robsmith11
Copy link
Contributor

This should speed up reverse-i-search on the first run of a julia session. On my system, it normally takes ~650 ms otherwise, which is just enough to be annoying.

@inkydragon inkydragon added the REPL Julia's REPL (Read Eval Print Loop) label Feb 5, 2023
@robsmith11 robsmith11 changed the title add CTRL_R to repl precompile add CTRL_R to repl precompile - Closes #48532 Feb 5, 2023
@robsmith11 robsmith11 changed the title add CTRL_R to repl precompile - Closes #48532 add CTRL_R to repl precompile Feb 5, 2023
@KristofferC KristofferC added the backport 1.9 Change should be backported to release-1.9 label Feb 5, 2023
@KristofferC KristofferC merged commit 7827b08 into JuliaLang:master Feb 5, 2023
@giordano giordano linked an issue Feb 5, 2023 that may be closed by this pull request
KristofferC pushed a commit that referenced this pull request Feb 7, 2023
Co-authored-by: robsmith11 <[email protected]>
(cherry picked from commit 7827b08)
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Feb 7, 2023
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precompile reverse-i-search for faster REPL history first-access
3 participants