tesla icon indicating copy to clipboard operation
tesla copied to clipboard

Compiler warnings with Elixir v1.17.0-rc.0

Open nathany-copia opened this issue 1 year ago • 1 comments

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

nathany-copia avatar May 27 '24 18:05 nathany-copia

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.

yordis avatar May 27 '24 18:05 yordis

@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.

AndrewDryga avatar Jun 17 '24 22:06 AndrewDryga

Released 🚀 💜

yordis avatar Jun 17 '24 23:06 yordis