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

Remove archives fallback #7244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josevalim
Copy link
Contributor

Archives have a feature where both the archive directory and the application directory can co-exist and the contents of the archive will be read as a fallback. This pull request removes this feature as it is implicit behaviour and has a direct impact on each code path added to the code server with two additional file system lookups per code path.

Instead, the correct path must be given to -pa/-pz, and everything will continue to work as before. This pull request does not change anything in relation to escripts.

Revival of #6693. Follow up of #7117.

Archives have a feature where both the archive directory and
the application directory can co-exist and the contents of the
archive will be read as a fallback. This pull request removes
this feature as it is implicit behaviour and has a direct impact
on each code path added to the code server with two additional
file system lookups per code path.

Instead, the correct path must be given to -pa/-pz, and everything
will continue to work as before. This pull request does not change
anything in relation to escripts.
@IngelaAndin IngelaAndin added the team:VM Assigned to OTP team VM label May 16, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 16, 2023

CT Test Results

       2 files       65 suites   1h 5m 38s ⏱️
1 473 tests 1 241 ✔️ 228 💤 4
1 663 runs  1 385 ✔️ 274 💤 4

For more details on these failures, see this check.

Results for commit ebd3335.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants