argon2_elixir icon indicating copy to clipboard operation
argon2_elixir copied to clipboard

chore(Elixir): Fix charlist warning in elixir 1.17

Open tomciopp opened this issue 1 year ago • 0 comments

@riverrun Elixir emits a warning for charlists not declared using the ~c"" sigil in version 1.17.0. Looking up the docs for erlang's filename module it looks like strings are the preferred method for joining paths.

https://www.erlang.org/doc/apps/stdlib/filename.html#join/1

tomciopp avatar Jun 14 '24 03:06 tomciopp