mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
"latest" packages #281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bioball on GitHub (Feb 21, 2025).
Provide a way to use the "latest" version of a package, where, the version is queried during eval.
Imagined syntax:
Or, when as a dependency:
Some thoughts:
This requires a package index that can be queried.
@StefMa commented on GitHub (Feb 21, 2025):
Simar issue:
https://github.com/apple/pkl/issues/278
Because I guess such dependencies shouldn't be in cache since they can be updated at any time... 🤔
Another which might be related:
#313
Not sure exactly 🤷♂️ but all of those somehow match together and might take into account when implementing this.