-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Type of feature request
- Enhancement to existing lockfile format support
- CLI/command enhancement
What is the idea?
Design and implement a strategy for handling format aliases when lockfile formats evolve to new versions. For example, when conda-lock.yml format evolves from v1 to v2, the conda-lock alias will most likely need to be updated to point to the new format.
Why is this needed?
Lockfile formats will inevitably evolve over time:
conda-lock.ymlv1 → v2 (future)pixi.lockv6 → v7 (future)- New formats may be introduced
- Old formats may be deprecated
What should happen?
Decide on how generous we should be with aliases, should we:
- Avoid generic aliases, user must specify the format version
- Alias points to latest/stable version with future warnings so users know when the alias is about to change versions
- ???
Related to lockfile format
- All formats
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels