mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
PklBugException when given a file: URI with a host
#193
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 (Aug 6, 2024).
Pkl currently hard-fails if given a
file:URI with a host set.For example:
Produces:
We should either support remote files, or throw a meaningful error here.
@Carpe-Wang commented on GitHub (Aug 18, 2024):
@bioball Hi, may I try to fix the bug? I will change the code to like below
If assign the bug to me, I will try my best to support remote files by download the file or other ways.