Skip to content

Conversation

vchuravy
Copy link
Member

REPL precompile scripts runs a workload and might thus encounter code in other standard libraries that needs to be precompiled. Before #54899 we had a bespoke variant of PrecompileTools.jl. PrecompileTools was fixed with #57828 so we can now re-instate the support in REPL.

Noticed by @tecosaur, while looking at #51811

@vchuravy vchuravy requested a review from vtjnash October 15, 2025 15:19
@vchuravy vchuravy added REPL Julia's REPL (Read Eval Print Loop) latency Latency backport 1.12 Change should be backported to release-1.12 labels Oct 15, 2025
@vchuravy vchuravy merged commit ecfec85 into master Oct 16, 2025
9 of 11 checks passed
@vchuravy vchuravy deleted the vc/repl_precompile branch October 16, 2025 13:39
KristofferC pushed a commit that referenced this pull request Oct 16, 2025
REPL precompile scripts runs a workload and might thus encounter code in
other standard libraries that needs to be precompiled. Before #54899 we
had a bespoke variant of PrecompileTools.jl. PrecompileTools was fixed
with #57828 so we can now re-instate the support in REPL.

Noticed by @tecosaur, while looking at #51811

(cherry picked from commit ecfec85)
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

latency Latency REPL Julia's REPL (Read Eval Print Loop)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants