mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #265] [MERGED] Fix: add missing "const" and "fixed" modifiers to reflect API #485
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/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.