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

Group resolver options in lockfile #5853

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Aug 7, 2024

There are three options that determine resolver behavior:

  • resolution mode
  • prerelease mode
  • exclude newer

They are different from the other top level options: If they mismatch, we recreate the resolution. To distinguish them from the rest of the lockfile, we group them under an [options] header.

1/3 for #4893

@konstin konstin added preview Experimental behavior lock Related to universal resolution and locking labels Aug 7, 2024
There are three options that determine resolver behavior:

* resolution mode
* prerelease mode
* exclude newer

 They are different from the other top level options, if they mismatch, we recreate the resolution. To distinguish them from the rest of the lockfile, we group them under an `[options]` header.
@konstin konstin force-pushed the konsti/group-resolver-options branch from 1bf2efb to fa3261d Compare August 7, 2024 12:57
@charliermarsh charliermarsh merged commit a3569b5 into main Aug 7, 2024
57 checks passed
@charliermarsh charliermarsh deleted the konsti/group-resolver-options branch August 7, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lock Related to universal resolution and locking preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants