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 JavaCompile task, 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/390
**Author:** [@odenix](https://github.com/odenix)
**Created:** 4/3/2024
**Status:** ✅ Merged
**Merged:** 4/5/2024
**Merged by:** [@holzensp](https://github.com/holzensp)
**Base:** `main` ← **Head:** `eval-task`
---
### 📝 Commits (1)
- [`754f832`](https://github.com/apple/pkl/commit/754f832d427883949601cbdad1dd8d5875a7a552) Turn EvalTask into a tracked Gradle task
### 📊 Changes
**1 file changed** (+14 additions, -8 deletions)
<details>
<summary>View changed files</summary>
📝 `pkl-gradle/src/main/java/org/pkl/gradle/task/EvalTask.java` (+14 -8)
</details>
### 📄 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 `JavaCompile` task, where only the class file output directory is known upfront. Forum discussion didn't reveal another reason why this task should be untracked.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.