elixir-tesla / tesla

The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.
MIT License
2k stars 340 forks source link

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

Closed nathany-copia closed 3 months ago

nathany-copia commented 4 months ago
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 commented 4 months ago

PR welcome, but before we could even upgrade Elixir, we need to fix the CI for https://github.com/elixir-tesla/tesla/pull/623

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

AndrewDryga commented 3 months ago

@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 commented 3 months ago

Released 🚀 💜