Closed tomciopp closed 1 month ago
@riverrun any chance to get this merged and released?
Sorry for the delay in getting round to this. I have just updated this myself, as there were a few other changes that needed to be made. This change is now part of v4.1.0.
And many thanks for your help.
@tomciopp regarding your reference to using strings instead, and the Erlang documentation, Erlang strings are equivalent to Elixir charlists, and so I have use ~c
sigil to update this.
Awesome! Thank you!
@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