-
-
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
[BUG] Julia Nightly (1.12.0-DEV.49) Issue with HTTP.jl #53425
Comments
We probably just need to merge a few of @vtjnash's recent PRs (like JuliaWeb/HTTP.jl#1148) |
Ah coolio! Let me know when the PRs merge and I'll report back if I still see the errors I was noticing! |
Looks to be fixed with https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.3 |
The tests still fail, but that is because fixes for them didn't get merged from JuliaWeb/HTTP.jl#1148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks!
This is a bit of a strange thing but I have a test suite arbitrarily failing on Julia nightly (1.12.0-DEV.49, all other tests pass and they also pass locally) and see that it is from something related to HTTP.jl. Originally I thought this might be coming from a dependency I had but I think it might be something screwy with nightly. Is this a Julia bug or a package bug or just CI misbehaving?
Additionally, I am more inclined to believe it is a Julia bug with nightly after further discussion with @mortenpi on the Julia Slack. Morten was saying they were also seeing issues with HTTP.jl in their work. And since this behavior I see is only happening on nightly, it might be there.
Happy to provide more information but that is all I have seen so far and hopefully the error log included helps a bit too!
The text was updated successfully, but these errors were encountered: