-
-
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
TOML Parser error, while "Updating registry at ~/.julia/registries/General.toml
"
#45583
Comments
I can't reproduce this. From the stracktrace it looks like it fails pasing a Artifacts.toml file, so might be related to some package you have in your environment. Can you provide more information? |
I think you are running with |
Indeed, I have Julia aliased to As I wrote in my issue report, I have removed Following your instructions and running
Below I paste the list of packages I have installed:
|
I deleted my comment since I figured out what the problem was and it is no longer useful to test it. Something like JuliaLang/Pkg.jl#3109 should fix this. |
I just upgraded to 1.7.3, from 1.7.* and noticed the following bug.
My
~/.julia/config/startup.jl
file containsUnless I comment the
println
, I get this error while updating my packages: i.e. typing at Julia 1.7.3 REPL (macOS Monterey 12.4 (21F79) on MPB (16-inch, 2019)), ']' and then 'up':When I comment the
println
, the error disappears and I getThe text was updated successfully, but these errors were encountered: