Original PR: https://github.com/apple/pkl/pull/265 Author: @bioball Created: 2/29/2024 Status: ✅ Merged Merged: 2/29/2024 Merged by: @bioball
Base: main ← Head: add-fixed-const-modifiers
main
add-fixed-const-modifiers
70896ec
5 files changed (+20 additions, -4 deletions)
📝 pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java (+6 -0) 📝 pkl-core/src/test/files/LanguageSnippetTests/input-helper/api/reflect/BaseModule.pkl (+4 -0) 📝 pkl-core/src/test/files/LanguageSnippetTests/input/api/reflect1.pkl (+5 -2) 📝 pkl-core/src/test/files/LanguageSnippetTests/output/api/reflect1.pcf (+4 -1) 📝 stdlib/reflect.pkl (+1 -1)
pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java
pkl-core/src/test/files/LanguageSnippetTests/input-helper/api/reflect/BaseModule.pkl
pkl-core/src/test/files/LanguageSnippetTests/input/api/reflect1.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflect1.pcf
stdlib/reflect.pkl
This fixes an issue where the reflect API does not show fixed or const modifiers on a property.
fixed
const
🔄 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/265
Author: @bioball
Created: 2/29/2024
Status: ✅ Merged
Merged: 2/29/2024
Merged by: @bioball
Base:
main← Head:add-fixed-const-modifiers📝 Commits (1)
70896ecFix: add missing "const" and "fixed" modifiers to reflect API (#73)📊 Changes
5 files changed (+20 additions, -4 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/ast/VmModifier.java(+6 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input-helper/api/reflect/BaseModule.pkl(+4 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/api/reflect1.pkl(+5 -2)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflect1.pcf(+4 -1)📝
stdlib/reflect.pkl(+1 -1)📄 Description
This fixes an issue where the reflect API does not show
fixedorconstmodifiers on a property.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.