[PR #394] [MERGED] Fix MergeSort.java #535

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/394
Author: @jw-y
Created: 4/4/2024
Status: Merged
Merged: 4/5/2024
Merged by: @holzensp

Base: mainHead: patch-1


📝 Commits (2)

📊 Changes

3 files changed (+4 additions, -1 deletions)

View changed files

📝 pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java (+1 -1)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/api/list.pkl (+2 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/api/list.pcf (+1 -0)

📄 Description

Fix for https://github.com/apple/pkl/issues/393#issue-2224982881


🔄 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/394 **Author:** [@jw-y](https://github.com/jw-y) **Created:** 4/4/2024 **Status:** ✅ Merged **Merged:** 4/5/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`9bb3d12`](https://github.com/apple/pkl/commit/9bb3d12f1fef5f113954b66673685d3905f364b1) Fix MergeSort.java - [`10fa25e`](https://github.com/apple/pkl/commit/10fa25e7b0fb0c07cc82b19f7b5c9e520ec401b7) fix: add test ### 📊 Changes **3 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/java/org/pkl/core/stdlib/base/MergeSort.java` (+1 -1) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/api/list.pkl` (+2 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/api/list.pcf` (+1 -0) </details> ### 📄 Description Fix for https://github.com/apple/pkl/issues/393#issue-2224982881 --- <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:25:11 +01:00
adam closed this issue 2025-12-30 01:25:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#535