Original PR: https://github.com/apple/pkl/pull/936 Author: @bioball Created: 2/5/2025 Status: ✅ Merged Merged: 2/5/2025 Merged by: @bioball
Base: main ← Head: vmfunction-apply
main
vmfunction-apply
76c352d
3 files changed (+19 additions, -17 deletions)
📝 pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java (+5 -2) 📝 pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java (+0 -9) 📝 pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java (+14 -6)
pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java
pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java
pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java
These call sites should use ApplyVmFunction1Node instead.
ApplyVmFunction1Node
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/936
Author: @bioball
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @bioball
Base:
main← Head:vmfunction-apply📝 Commits (1)
76c352dRemove usages of VmFunction#apply(Object)📊 Changes
3 files changed (+19 additions, -17 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/ast/expression/member/ReadSuperEntryNode.java(+5 -2)📝
pkl-core/src/main/java/org/pkl/core/runtime/VmFunction.java(+0 -9)📝
pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java(+14 -6)📄 Description
These call sites should use
ApplyVmFunction1Nodeinstead.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.