mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #936] [MERGED] Remove usages of VmFunction#apply(Object) #815
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/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.