erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
696 stars 233 forks source link

Fix type coercion with API usage #937

Closed ferd closed 5 months ago

ferd commented 5 months ago

While running the rebar3 suite on the newest relx release, a run failed because when called with list directories the conversion failed. Instead we use a unicode-safe approach that better supports the calls we need.