erlware / relx

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

Eliminate use of experimental function code:lib_dir/2 #935

Closed bjorng closed 6 months ago

bjorng commented 6 months ago

The code:lib_dir/2 function was introduced to support looking into archives. Both archives and the code:lib_dir/2 are marked as experimental.

In the upcoming Erlang/OTP 27 release, code:lib_dir/2 will be deprecated. In some future release, the archive functionality will be changed (escript:extract/2 will continue to work, reading archive members using erl_prim_loader will not).

ferd commented 6 months ago

Should absolutely be safe for relx as far as I can tell, and I think the CI checks are unrelated.