[PR #1234] [MERGED] Fix error message when reading a resource/module past root dir #954

Closed
opened 2025-12-30 01:27:56 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: fix-root-dir-error


📝 Commits (1)

  • 77776e1 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1234 **Author:** [@bioball](https://github.com/bioball) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-root-dir-error` --- ### 📝 Commits (1) - [`77776e1`](https://github.com/apple/pkl/commit/77776e124568eb0e28eb3e917b2e74d3e89a57f0) Fix error message when reading a resource/module past root dir ### 📊 Changes **4 files changed** (+43 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #1233 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:27:56 +01:00
adam closed this issue 2025-12-30 01:27:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#954