mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #1236] [MERGED] Apply pkl formatter to codebase #958
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.