[PR #1106] [MERGED] Expose collected superclass properties/methods in pkl:reflect #890

Closed
opened 2025-12-30 01:27:35 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: reflect-all-properties-methods


📝 Commits (1)

  • 53d5405 Expose collected superclass properties/methods in pkl: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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1106 **Author:** [@HT154](https://github.com/HT154) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@HT154](https://github.com/HT154) **Base:** `main` ← **Head:** `reflect-all-properties-methods` --- ### 📝 Commits (1) - [`53d5405`](https://github.com/apple/pkl/commit/53d540503bd6af57a5cac8c6794bde3322b52a52) Expose collected superclass properties/methods in `pkl:reflect` ### 📊 Changes **7 files changed** (+3124 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:27:35 +01:00
adam closed this issue 2025-12-30 01:27:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#890