mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #1063] [MERGED] Add mapNonNullIndexed API to List and Set
#870
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/1063
Author: @HT154
Created: 5/7/2025
Status: ✅ Merged
Merged: 5/8/2025
Merged by: @stackoverflow
Base:
main← Head:mapNonNullIndexed📝 Commits (2)
c5bef59Add mapNonNullIndexed API to List and Setbdc46ccAdd @Since annotations to new APIs📊 Changes
7 files changed (+78 additions, -6 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/stdlib/base/ListNodes.java(+21 -3)📝
pkl-core/src/main/java/org/pkl/core/stdlib/base/SetNodes.java(+21 -3)📝
pkl-core/src/test/files/LanguageSnippetTests/input/api/list.pkl(+5 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/api/set.pkl(+5 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/list.pcf(+4 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/set.pcf(+4 -0)📝
stdlib/base.pkl(+18 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.