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: main ← Head: stringify-declared-type
main
stringify-declared-type
1148d9e
fe9b377
3 files changed (+879 additions, -6 deletions)
➕ 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)
pkl-core/src/test/files/LanguageSnippetTests/input/api/reflectedDeclaration.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf
stdlib/reflect.pkl
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:stringify-declared-type📝 Commits (2)
1148d9emake reflected values renderablefe9b377hide 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.