-
-
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
]add bad-name crashes Julia on master #43184
Comments
Fixed by #43173 (merged a few minutes ago, try updating). |
Wow! Speedy! Will https://julialang.org/downloads/nightlies/ already have the fix? |
It will be a little while (at least a few hours) before https://julialang.org/downloads/nightlies/ has the fix. If you need the fix immediately, you'll need to build from source. |
Thanks! I'm certainly happy to wait a few hours. |
If you look in the macos CI job (look on the commit list on master, hit the CI status icon, find https://build.julialang.org/#/builders/63/builds/6505), you can see that the build finished and the binary is at: |
Neat, thanks! I found that address at the end of the "Upload to AWS" section of buildbot, but I can't figure out how to download that file. |
via http as https://julialangnightlies-s3.julialang.org/assert_pretesting/mac/x64/1.8/julia-b078d77b74-mac64.dmg or via s3 cli |
Huzzah! Thanks so much! x@X ~ % julia-1.8
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _' | |
| | |_| | | | (_| | | Version 1.8.0-DEV.1046 (2021-11-22)
_/ |\__'_|_|_|\__'_| | Commit b078d77b74 (0 days old master)
|__/ |
(@v1.8) pkg> add bad-name
ERROR: Unable to parse `bad-name` as a package.
(@v1.8) pkg> How would I have figured out that the prefix changed from |
I guess, you could have guess from the links on the nightlies page ;) or just used the s3 scli. |
Ah! yes, I could have thought of the nightlies page as a reference. Thanks! |
Instead of going to the package builder, if you go to the testing builder, it has the full url. |
Thanks! |
The text was updated successfully, but these errors were encountered: