Skip to content

Conversation

@KristofferC
Copy link
Member

A bit ugly but I don't think this is so bad. Will be a bit more annoying to Revise this file but it is quite low traffic.

Fixes #59494

julia> using GMT

julia> @time plot(rand(2,2))
  0.002897 seconds (609 allocations: 29.766 KiB)

@KristofferC KristofferC requested a review from vtjnash September 18, 2025 08:19
@KristofferC KristofferC added REPL Julia's REPL (Read Eval Print Loop) latency Latency backport 1.12 Change should be backported to release-1.12 labels Sep 18, 2025
@KristofferC
Copy link
Member Author

#59494 (comment) tells me that this is not just an issue with the package itself (GMT) but a general problem. If you ever call print(x) where X is a vector you get invalidated by loading the REPL. So I think it makes sense to do this.

@KristofferC KristofferC merged commit a25decd into master Sep 19, 2025
5 of 7 checks passed
@KristofferC KristofferC deleted the kc/terminals_repl branch September 19, 2025 08:44
KristofferC added a commit that referenced this pull request Sep 19, 2025
@KristofferC KristofferC mentioned this pull request Sep 24, 2025
24 tasks
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Sep 24, 2025
xal-0 pushed a commit to xal-0/julia that referenced this pull request Sep 30, 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.

precompiling on V.11, V1.12, ... may loose half the precompilation work

2 participants