mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-10 11:59:07 +00:00
Fix up reference to environment markers in resolver reference (#6773)
This commit is contained in:
parent
c730530b4e
commit
aad00d22e4
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ One difficulty in a forking resolver is that where splits occur is dependent on
|
||||||
are seen, which is in turn dependent on the preferences, e.g., from `uv.lock`. So it is possible for
|
are seen, which is in turn dependent on the preferences, e.g., from `uv.lock`. So it is possible for
|
||||||
the resolver to solve the requirements with specific forks, write this to the lockfile, and when the
|
the resolver to solve the requirements with specific forks, write this to the lockfile, and when the
|
||||||
resolver is invoked again, a different solution is found because the preferences result in different
|
resolver is invoked again, a different solution is found because the preferences result in different
|
||||||
fork points. To avoid this, the `environment-markers` of each fork and each package that diverges
|
fork points. To avoid this, the `resolution-markers` of each fork and each package that diverges
|
||||||
between forks is written to the lockfile. When performing a new resolution, the forks from the
|
between forks is written to the lockfile. When performing a new resolution, the forks from the
|
||||||
lockfile are used to ensure the resolution is stable. When requirements change, new forks may be
|
lockfile are used to ensure the resolution is stable. When requirements change, new forks may be
|
||||||
added to the saved forks.
|
added to the saved forks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue