mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #642] [MERGED] Fix bug when reading local package assets #652
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/642
Author: @bioball
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @bioball
Base:
main← Head:fix-local-pkg-read📝 Commits (1)
961d97dFix bug when reading local package assets📊 Changes
4 files changed (+113 additions, -24 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/resource/ResourceReaders.java(+10 -1)📝
pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java(+26 -23)➕
pkl-core/src/test/files/LanguageSnippetTests/input/projects/project1/localProjectRead.pkl(+2 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/output/projects/project1/localProjectRead.pcf(+75 -0)📄 Description
Closes https://github.com/apple/pkl/issues/641
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.