mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #1106] [MERGED] Expose collected superclass properties/methods in pkl:reflect
#890
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/1106
Author: @HT154
Created: 6/24/2025
Status: ✅ Merged
Merged: 9/19/2025
Merged by: @HT154
Base:
main← Head:reflect-all-properties-methods📝 Commits (1)
53d5405Expose collected superclass properties/methods inpkl:reflect📊 Changes
7 files changed (+3124 additions, -143 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/ast/member/ClassProperty.java(+39 -2)📝
pkl-core/src/main/java/org/pkl/core/runtime/MirrorFactories.java(+21 -13)📝
pkl-core/src/main/java/org/pkl/core/runtime/VmClass.java(+19 -1)➕
pkl-core/src/test/files/LanguageSnippetTests/input/api/reflect4.pkl(+88 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflect4.pcf(+243 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf(+2696 -127)📝
stdlib/reflect.pkl(+18 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.