Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI standard library #911

Open
bioball opened this issue Jan 27, 2025 · 1 comment
Open

URI standard library #911

bioball opened this issue Jan 27, 2025 · 1 comment
Milestone

Comments

@bioball
Copy link
Contributor

bioball commented Jan 27, 2025

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.

@bioball bioball added this to the Pkl 0.28.0 milestone Jan 28, 2025
@bioball
Copy link
Contributor Author

bioball commented Jan 30, 2025

SPICE is up! apple/pkl-evolution#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant