Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Eliminate use of experimental function code:lib_dir/2

    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).
    bjorng committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6a847f9 View commit details
    Browse the repository at this point in the history