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

Add --elide-unused-requires-dist lock option. #2613

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Dec 8, 2024

This cuts down lock file size without changing any observable result of
using the lock file. It should cut down on lock subset times since there
is both less to parse and less dependencies to rule out after the parse,
but this effect is unmeasured at present.

This cuts down lock file size without changing any observable result of
using the lock file. It should cut down on lock subset times since there
is both less to parse and less dependencies to rule out after the parse,
but this effect is unmeasured at present.
@jsirois jsirois force-pushed the lock/trim-unreachable-deps branch from a9f0792 to 17498d5 Compare December 9, 2024 00:43
@jsirois jsirois marked this pull request as ready for review December 9, 2024 00:43
@jsirois jsirois changed the title WIP: --elide-unused-requires-dist Add --elide-unused-requires-dist lock option. Dec 9, 2024
The urllib3 Requires-Dist metadata was missed in pex-tool#1585.
@jsirois jsirois merged commit fa93760 into pex-tool:main Dec 9, 2024
23 checks passed
@jsirois jsirois deleted the lock/trim-unreachable-deps branch December 9, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant