Skip to content

Compiler warnings with Elixir v1.17.0-rc.0 #676

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

Closed
nathany-copia opened this issue May 27, 2024 · 3 comments
Closed

Compiler warnings with Elixir v1.17.0-rc.0 #676

nathany-copia opened this issue May 27, 2024 · 3 comments

Comments

@nathany-copia
Copy link
Contributor

Compiling 38 files (.ex)
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
    │
 75 │       handle(:hackney.request(method, url, headers, body || '', opts), opts)
    │                                                             ~
    │
    └─ lib/tesla/adapter/hackney.ex:75:61
@yordis
Copy link
Member

yordis commented May 27, 2024

PR welcome, but before we could even upgrade Elixir, we need to fix the CI for #623

It is related to SSL certs and testing dept. I would appreciate your support with it.

@AndrewDryga
Copy link

@yordis the warning was fixed in main, I think all we have left to close this one is to publish a new version to Hex.pm.

@yordis
Copy link
Member

yordis commented Jun 17, 2024

Released 🚀 💜

@yordis yordis closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants