-
Notifications
You must be signed in to change notification settings - Fork 346
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
Test failures and compiler warnings in Elixir 1.16 (httparrot) #684
Comments
This is the complete log when running locally with Elixir 1.16.3
|
@yordis If you were to replace Still hoping we can just get |
Ideally, helping the Does I am not opposed to |
Okay. edgurgel/httparrot#39 <- maybe that will do the trick |
The edgurgel/httparrot#39 pull request fixes all the compiler warnings on Elixir 1.16 and all the tests pass for httparrot. However, if I use that branch from Tesla, it's the same 8 test failures as above ☝🏻 .
|
As I said before, somewhere, I believe the issue is related to the built-in SSL files, or something-something SSL (check the failure, it is a SSL handshake error). |
There are quite a few test failures and warnings in Elixir 1.16.
The test failures are related to httparrot not yet supporting newer versions of Elixir.
edgurgel/httparrot#38
It looks like the old version of cowboy is also getting brought in via httparrot.
Example CI run: https://github.com/elixir-tesla/tesla/actions/runs/9587197853/job/26436887009
The text was updated successfully, but these errors were encountered: