[PR #1236] [MERGED] Apply pkl formatter to codebase #958

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

📋 Pull Request Information

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

Base: mainHead: run-pkl-format


📝 Commits (1)

  • e6ff303 Apply pkl formatter to codebase

📊 Changes

19 files changed (+737 additions, -613 deletions)

View changed files

📝 .circleci/config.pkl (+17 -13)
📝 .circleci/jobs/BuildNativeJob.pkl (+64 -54)
📝 .circleci/jobs/GradleJob.pkl (+20 -18)
📝 .circleci/jobs/SimpleGradleJob.pkl (+2 -1)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf (+313 -313)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/projects/badProjectDeps4/bug.err (+3 -3)
📝 stdlib/DocPackageInfo.pkl (+12 -11)
📝 stdlib/EvaluatorSettings.pkl (+6 -10)
📝 stdlib/Project.pkl (+41 -40)
📝 stdlib/base.pkl (+188 -92)
📝 stdlib/json.pkl (+3 -3)
📝 stdlib/jsonnet.pkl (+1 -1)
📝 stdlib/math.pkl (+0 -1)
📝 stdlib/platform.pkl (+1 -1)
📝 stdlib/reflect.pkl (+4 -4)
📝 stdlib/semver.pkl (+49 -32)
📝 stdlib/shell.pkl (+4 -7)
📝 stdlib/xml.pkl (+4 -4)
📝 stdlib/yaml.pkl (+5 -5)

📄 Description

This applies the Pkl formatter to stdlib/ and .circleci/


🔄 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/1236 **Author:** [@bioball](https://github.com/bioball) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `run-pkl-format` --- ### 📝 Commits (1) - [`e6ff303`](https://github.com/apple/pkl/commit/e6ff303574f1b6702f901a667ede9e8b8d6635dc) Apply pkl formatter to codebase ### 📊 Changes **19 files changed** (+737 additions, -613 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.pkl` (+17 -13) 📝 `.circleci/jobs/BuildNativeJob.pkl` (+64 -54) 📝 `.circleci/jobs/GradleJob.pkl` (+20 -18) 📝 `.circleci/jobs/SimpleGradleJob.pkl` (+2 -1) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf` (+313 -313) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/projects/badProjectDeps4/bug.err` (+3 -3) 📝 `stdlib/DocPackageInfo.pkl` (+12 -11) 📝 `stdlib/EvaluatorSettings.pkl` (+6 -10) 📝 `stdlib/Project.pkl` (+41 -40) 📝 `stdlib/base.pkl` (+188 -92) 📝 `stdlib/json.pkl` (+3 -3) 📝 `stdlib/jsonnet.pkl` (+1 -1) 📝 `stdlib/math.pkl` (+0 -1) 📝 `stdlib/platform.pkl` (+1 -1) 📝 `stdlib/reflect.pkl` (+4 -4) 📝 `stdlib/semver.pkl` (+49 -32) 📝 `stdlib/shell.pkl` (+4 -7) 📝 `stdlib/xml.pkl` (+4 -4) 📝 `stdlib/yaml.pkl` (+5 -5) </details> ### 📄 Description This applies the Pkl formatter to `stdlib/` and `.circleci/` --- <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:57 +01:00
adam closed this issue 2025-12-30 01:27:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#958