-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
REPL does not have StyledStrings in its dependencies #53176
Comments
It works when using the locally built depot: JULIA_DEPOT_PATH=<git-repo>/usr/share/julia ./julia |
This is an annoying issue which comes from the combination of REPL not being in the sysimage and the active project being used to look up the dependencies. You can either use a temp depot like that, activate the v1.11 environment and do a resolve or delete it or we have to figure out a better solution. |
This does not work, because REPL throws the same error when attempting
This works too. |
You need to load Pkg in this "empty" env as well. |
|
This worked for me, thanks a lot |
well yes, but then you get rid of all your package versions which you might not want |
This seems to break the VS Code Julia extension on nightly Julia: https://discourse.julialang.org/t/cant-start-language-server-with-nightly-julia-package-repl-does-not-have-styledstrings-in-its-dependencies/110071 |
I think we should have a special mode for loading |
The nightly CI for |
Fixed by #53326 |
From https://discourse.julialang.org/t/error-while-running-julia-executable/109699
I can reproduce this on 3d8b107. Likely caused by 6e7db14712efbacca0569b1ac25e5fd7484d8906..
The text was updated successfully, but these errors were encountered: