[PR #944] [MERGED] Improve documentation about Set/Map ordering #818

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/944
Author: @bioball
Created: 2/10/2025
Status: Merged
Merged: 2/12/2025
Merged by: @bioball

Base: mainHead: fix-set-docs


📝 Commits (1)

  • a1696b7 Improve documentation about Set/Map ordering

📊 Changes

2 files changed (+41 additions, -7 deletions)

View changed files

📝 docs/modules/language-reference/pages/index.adoc (+30 -4)
📝 stdlib/base.pkl (+11 -3)

📄 Description

The language reference and stdlib are both slightly incorrect; maps and sets are ordered when iterated on, but unordered in terms of equality.


🔄 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/944 **Author:** [@bioball](https://github.com/bioball) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-set-docs` --- ### 📝 Commits (1) - [`a1696b7`](https://github.com/apple/pkl/commit/a1696b71811b8aca45f24f0a55e51f7cc826f713) Improve documentation about Set/Map ordering ### 📊 Changes **2 files changed** (+41 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/language-reference/pages/index.adoc` (+30 -4) 📝 `stdlib/base.pkl` (+11 -3) </details> ### 📄 Description The language reference and stdlib are both slightly incorrect; maps and sets are ordered when iterated on, but unordered in terms of equality. --- <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:00 +01:00
adam closed this issue 2025-12-30 01:27:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#818