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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:fix-set-docs📝 Commits (1)
a1696b7Improve 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.