mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #438] [MERGED] Improve method.isConst() checks #552
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/438
Author: @odenix
Created: 4/17/2024
Status: ✅ Merged
Merged: 4/20/2024
Merged by: @bioball
Base:
main← Head:fix-const📝 Commits (2)
e4110bcImprove method.isConst() checks in InvokeMethodVirtualNodec3f1cd8Improve method.isConst() check in InvokeSuperMethodNode📊 Changes
5 files changed (+18 additions, -40 deletions)
View changed files
📝
docs/modules/language-reference/pages/index.adoc(+2 -2)📝
pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeMethodVirtualNode.java(+8 -18)📝
pkl-core/src/main/java/org/pkl/core/ast/expression/member/InvokeSuperMethodNode.java(+7 -5)📝
pkl-core/src/main/java/org/pkl/core/ast/expression/primary/ResolveVariableNode.java(+1 -1)📝
pkl-core/src/main/java/org/pkl/core/ast/member/Member.java(+0 -14)📄 Description
For details see the commit messages.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.