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
In pdm-project#1203 pdm.lock was changed to store a list of URLs rather than wheel
names. That change caused a regression because we were sorting the
output based on filename only, not the full URL.
This caused unnecessary lockfile changes in our CI environment.
Fixespdm-project#1256
In pdm-project#1203 pdm.lock was changed to store a list of URLs rather than wheel
names. That change caused a regression because we were sorting the
output based on filename only, not the full URL.
This caused unnecessary lockfile changes in our CI environment.
Fixespdm-project#1256
* Fix doc
* Make pdm.lock metadata.files sorting idempotent
In #1203 pdm.lock was changed to store a list of URLs rather than wheel
names. That change caused a regression because we were sorting the
output based on filename only, not the full URL.
This caused unnecessary lockfile changes in our CI environment.
Fixes#1256
Co-authored-by: Hashem Nasarat <[email protected]>
Steps to reproduce
pdm lock
on different computers (linux vs windows)Actual behavior
The following diff is observed between the two computers
Expected behavior
pdm.lock should be the same no matter which computer last locked it.
Environment Information
Debian docker image with PDM 2.0.2 and WIndows 10 workstation with PDM 2.0.2
The text was updated successfully, but these errors were encountered: