mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #390] [MERGED] Turn EvalTask into a tracked Gradle task #532
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/390
Author: @odenix
Created: 4/3/2024
Status: ✅ Merged
Merged: 4/5/2024
Merged by: @holzensp
Base:
main← Head:eval-task📝 Commits (1)
754f832Turn EvalTask into a tracked Gradle task📊 Changes
1 file changed (+14 additions, -8 deletions)
View changed files
📝
pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java(+14 -8)📄 Description
Rationale: "Output file names are known only after execution" isn't a legitimate reason to make this task untracked because the output directory is known in this case. This is no different from (say) the
JavaCompiletask, where only the class file output directory is known upfront. Forum discussion didn't reveal another reason why this task should be untracked.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.