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: main ← Head: run-pkl-format
main
run-pkl-format
e6ff303
19 files changed (+737 additions, -613 deletions)
📝 .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)
.circleci/config.pkl
.circleci/jobs/BuildNativeJob.pkl
.circleci/jobs/GradleJob.pkl
.circleci/jobs/SimpleGradleJob.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/api/reflectedDeclaration.pcf
pkl-core/src/test/files/LanguageSnippetTests/output/projects/badProjectDeps4/bug.err
stdlib/DocPackageInfo.pkl
stdlib/EvaluatorSettings.pkl
stdlib/Project.pkl
stdlib/base.pkl
stdlib/json.pkl
stdlib/jsonnet.pkl
stdlib/math.pkl
stdlib/platform.pkl
stdlib/reflect.pkl
stdlib/semver.pkl
stdlib/shell.pkl
stdlib/xml.pkl
stdlib/yaml.pkl
This applies the Pkl formatter to stdlib/ and .circleci/
stdlib/
.circleci/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:run-pkl-format📝 Commits (1)
e6ff303Apply 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.