[PR #170] [MERGED] make reflected values renderable #435

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/170
Author: @stackoverflow
Created: 2/16/2024
Status: Merged
Merged: 2/21/2024
Merged by: @stackoverflow

Base: mainHead: stringify-declared-type


📝 Commits (2)

  • 1148d9e make reflected values renderable
  • fe9b377 hide source location

📊 Changes

3 files changed (+879 additions, -6 deletions)

View changed files

pkl-core/src/test/files/LanguageSnippetTests/input/api/reflectedDeclaration.pkl (+11 -0)
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf (+862 -0)
📝 stdlib/reflect.pkl (+6 -6)

📄 Description

I didn't test all possibilities of reflecting values, but all the ones I tested worked.


🔄 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/170 **Author:** [@stackoverflow](https://github.com/stackoverflow) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `main` ← **Head:** `stringify-declared-type` --- ### 📝 Commits (2) - [`1148d9e`](https://github.com/apple/pkl/commit/1148d9ef601c18e407465f7d549b42519e58c342) make reflected values renderable - [`fe9b377`](https://github.com/apple/pkl/commit/fe9b3774ead2b7c910c78c4dfafa91ce1b1b8400) hide source location ### 📊 Changes **3 files changed** (+879 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `pkl-core/src/test/files/LanguageSnippetTests/input/api/reflectedDeclaration.pkl` (+11 -0) ➕ `pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf` (+862 -0) 📝 `stdlib/reflect.pkl` (+6 -6) </details> ### 📄 Description I didn't test all possibilities of reflecting values, but all the ones I tested worked. --- <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:24:28 +01:00
adam closed this issue 2025-12-30 01:24:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#435