mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #629] [fix] Add support for handling remote file URIs. #650
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?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/629
Author: @Carpe-Wang
Created: 8/18/2024
Status: 🔄 Open
Base:
main← Head:support_remote_file📝 Commits (5)
b555d00support remote files,c795f4esupport remote files, after ./gradlew :pkl-core:spotlessApply00bbb38refactor: will throw exception if Remote file URIsec39c8crefactor: will throw exception if Remote file URIsdc7420aMerge branch 'apple:main' into support_remote_file📊 Changes
2 files changed (+14 additions, -1 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/util/IoUtils.java(+7 -1)📝
pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt(+7 -0)📄 Description
Summary
This PR adds support for handling remote file URIs within the project. It addresses the issue where the system could not correctly process URIs that point to remote files.
Changes
file:URIs.Issue Link
Fixes #616
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.