[PR #1063] [MERGED] Add mapNonNullIndexed API to List and Set #870

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

📋 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: mainHead: mapNonNullIndexed


📝 Commits (2)

  • c5bef59 Add mapNonNullIndexed API to List and Set
  • bdc46cc Add @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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1063 **Author:** [@HT154](https://github.com/HT154) **Created:** 5/7/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `main` ← **Head:** `mapNonNullIndexed` --- ### 📝 Commits (2) - [`c5bef59`](https://github.com/apple/pkl/commit/c5bef59c38f60bf69e2a0c69e688993b6104ee16) Add mapNonNullIndexed API to List and Set - [`bdc46cc`](https://github.com/apple/pkl/commit/bdc46ccba2084e50df1482ca3b8a0c63ebe24814) Add @Since annotations to new APIs ### 📊 Changes **7 files changed** (+78 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:27:25 +01:00
adam closed this issue 2025-12-30 01:27:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#870