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

fix(pkg): do not lock unreachable packages #10814

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

rgrinberg
Copy link
Member

unreachable packages are those that aren't reachable via the dependencies of local packages

typically, such packages are included when solving via post deps

Signed-off-by: Rudi Grinberg me@rgrinberg.com

@gridbugs
Copy link
Collaborator

Looks like a useful change. I have a few readability suggestions but generally happy with this.

unreachable packages are those that aren't reachable via the
dependencies of local packages

typically, such packages are included when solving via post deps

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

<!-- ps-id: 32bacf92-e5d4-45c7-bf4f-31cd8d45808a -->
@rgrinberg rgrinberg force-pushed the ps/rr/fix_pkg___do_not_lock_unreachable_packages branch from c723a58 to 35bdcab Compare August 13, 2024 00:09
@rgrinberg rgrinberg merged commit 3e56902 into main Aug 13, 2024
28 checks passed
@rgrinberg rgrinberg deleted the ps/rr/fix_pkg___do_not_lock_unreachable_packages branch August 13, 2024 02:35
anmonteiro pushed a commit to anmonteiro/dune that referenced this pull request Nov 17, 2024
unreachable packages are those that aren't reachable via the
dependencies of local packages

typically, such packages are included when solving via post deps

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants