[PR #956] [MERGED] Fix incorrect glob example #826

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/956
Author: @romacafe
Created: 2/14/2025
Status: Merged
Merged: 2/14/2025
Merged by: @bioball

Base: mainHead: case/docs


📝 Commits (2)

  • 29b6162 Fix 'pcl' reference in docs
  • 4a2cf4f Correct glob docs and use realistic file extensions

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/modules/language-reference/pages/index.adoc (+2 -2)

📄 Description

Found a mistake in the glob pattern documentation: https://pkl-lang.org/main/current/language-reference/index.html#examples

*.pc[lf] -- Anything suffixed by .pkl or .pcf

Changed the pattern to *.pk[lg], matching .pkl and .pkg


🔄 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/956 **Author:** [@romacafe](https://github.com/romacafe) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `case/docs` --- ### 📝 Commits (2) - [`29b6162`](https://github.com/apple/pkl/commit/29b61629fd8521f0729456ec80e7647f70de37f3) Fix 'pcl' reference in docs - [`4a2cf4f`](https://github.com/apple/pkl/commit/4a2cf4f7aaa307855615495ebeca1c75719d8001) Correct glob docs and use realistic file extensions ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/language-reference/pages/index.adoc` (+2 -2) </details> ### 📄 Description Found a mistake in the glob pattern documentation: https://pkl-lang.org/main/current/language-reference/index.html#examples > `*.pc[lf]` -- Anything suffixed by `.pkl` or `.pcf` Changed the pattern to `*.pk[lg]`, matching `.pkl` and `.pkg` --- <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:02 +01:00
adam closed this issue 2025-12-30 01:27:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#826