mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
URI standard library #270
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 (Jan 27, 2025).
Pkl's standard library is missing a URI type, but this is a quite common type in service configuration.
For example:
Additionally, it's necessary to construct a valid URI sometimes when interacting with
read().Currently, this requires importing package
pkl.experimental.uri.There should be an API within the standard library for working with URIs.
This requires a SPICE to be written to iterate on the design.
@bioball commented on GitHub (Jan 30, 2025):
SPICE is up! https://github.com/apple/pkl-evolution/pull/13
@bioball commented on GitHub (Feb 3, 2025):
I'm going to punt this to the 0.29 release. I think there's too many open questions here, and I doubt that we can get a polished version out in just three weeks.