pkl
pkl copied to clipboard
URI standard library
Pkl's standard library is missing a URI type, but this is a quite common type in service configuration.
For example:
- Website address
- Database connection string
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.
SPICE is up! https://github.com/apple/pkl-evolution/pull/13
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.