[PR #1297] [MERGED] Add support for evaluating module output and expressions to ConfigEvaluator #1010

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1297
Author: @HT154
Created: 11/4/2025
Status: Merged
Merged: 11/20/2025
Merged by: @HT154

Base: mainHead: config-evaluator-expr


📝 Commits (1)

  • c2a56c7 Add support for evaluating module output and expressions to ConfigEvaluator

📊 Changes

4 files changed (+44 additions, -6 deletions)

View changed files

📝 pkl-config-java/src/main/java/org/pkl/config/java/Config.java (+1 -1)
📝 pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluator.java (+7 -1)
📝 pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java (+13 -1)
📝 pkl-config-java/src/test/java/org/pkl/config/java/ConfigTest.java (+23 -3)

📄 Description

No description provided


🔄 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/1297 **Author:** [@HT154](https://github.com/HT154) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@HT154](https://github.com/HT154) **Base:** `main` ← **Head:** `config-evaluator-expr` --- ### 📝 Commits (1) - [`c2a56c7`](https://github.com/apple/pkl/commit/c2a56c7379379bcdf3ff23b04c5f697a8c78af98) Add support for evaluating module output and expressions to ConfigEvaluator ### 📊 Changes **4 files changed** (+44 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `pkl-config-java/src/main/java/org/pkl/config/java/Config.java` (+1 -1) 📝 `pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluator.java` (+7 -1) 📝 `pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorImpl.java` (+13 -1) 📝 `pkl-config-java/src/test/java/org/pkl/config/java/ConfigTest.java` (+23 -3) </details> ### 📄 Description _No description provided_ --- <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:28:16 +01:00
adam closed this issue 2025-12-30 01:28:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1010