mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #1234] [MERGED] Fix error message when reading a resource/module past root dir #954
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/1234
Author: @bioball
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @bioball
Base:
main← Head:fix-root-dir-error📝 Commits (1)
77776e1Fix error message when reading a resource/module past root dir📊 Changes
4 files changed (+43 additions, -30 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/SecurityManagers.java(+10 -9)📝
pkl-core/src/main/resources/org/pkl/core/errorMessages.properties(+6 -0)📝
pkl-core/src/test/kotlin/org/pkl/core/EvaluatorTest.kt(+26 -18)📝
pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt(+1 -3)📄 Description
Closes #1233
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.