You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The lock command now reads the lockfile and passes it to the
solver.
- The solver calculates the distance based on the locked version if
present and locked, otherwise aims for the latest release.
- The solver always aims for the latest version when the --update
command line flag is set.
These changes enable the following scenarios:
- running the lock command twice without changing dependency
requirements shall lock the same versions;
- adding a new dependency, or changing a dependency requirement,
shall update the minimum number of other dependencies to satisfy
the new dependency (or changed requirements);
- removing a dependency shall remove extraneous dependencies and
update none.
0 commit comments