-
Notifications
You must be signed in to change notification settings - Fork 181
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
HTTP.get fails on julia 1.11.0-alpha1 #1157
Comments
X-ref: JuliaLang/julia#53425 |
Ah, wasn't aware of that, many thanks for pointing us to it @mortenpi! |
HTTP.jl v1.10.3 solves this issue, many thanks! |
teabolt
added a commit
to teabolt/CGT.jl
that referenced
this issue
Oct 20, 2024
The program was broken on julia 1.11.1 due to old HTTP dependency that breaks in newer julia versions. See JuliaWeb/HTTP.jl#1157
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions:
As reported in PerezHz/HORIZONS.jl#37, we have some code which runs fine on julia1.10, but fails on julia1.11.0-alpha1. We managed to reproduce the issue with the following MWE:
The produced error is:
The text was updated successfully, but these errors were encountered: