mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #297] [MERGED] fix bug with for generator variables in mixin #493
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/297
Author: @stackoverflow
Created: 3/7/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @stackoverflow
Base:
main← Head:cannot-find-property📝 Commits (3)
647d226fix bug with for generator variables in mixinf2a5438fix review remarksa0fa4b1improve comment📊 Changes
4 files changed (+31 additions, -1 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/ast/expression/literal/AmendFunctionNode.java(+14 -1)📝
pkl-core/src/main/java/org/pkl/core/runtime/Identifier.java(+3 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/generators/forGeneratorInMixins.pkl(+10 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/generators/forGeneratorInMixins.pcf(+4 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.