-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
World error when pasting code into REPL (prompt pasting) that loads Pkg and also switches to Pkg mode #52120
Labels
Milestone
Comments
KristofferC
added
bug
Indicates an unexpected problem or unintended behavior
REPL
Julia's REPL (Read Eval Print Loop)
labels
Nov 10, 2023
I think we did this, since I can switch to Pkg mode in v1.10 |
Pkg is in the sysimage in 1.10 though? |
Updated the OP to show that this is still an issue. |
This call is actually already using an |
I think Line 1350 in f9e08f7
invokelatest as well. We run the paste key handler with invokelatest, but then execution of the line loads Pkg and the world changes again.
|
JeffBezanson
added a commit
that referenced
this issue
Mar 11, 2024
KristofferC
pushed a commit
that referenced
this issue
Mar 27, 2024
KristofferC
pushed a commit
that referenced
this issue
Mar 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Paste this into the REPL without loading Pkg first:
guess this needs an
@invokelatest
.The text was updated successfully, but these errors were encountered: