Original PR: https://github.com/apple/pkl/pull/1280 Author: @bioball Created: 10/31/2025 Status: ✅ Merged Merged: 10/31/2025 Merged by: @bioball
Base: main ← Head: string-interpolation-formatting-fixes
main
string-interpolation-formatting-fixes
fe2516c
9149e20
1bc5d88
5 files changed (+69 additions, -16 deletions)
📝 docs/modules/release-notes/pages/0.30.adoc (+1 -1) 📝 pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt (+13 -13) 📝 pkl-formatter/src/test/files/FormatterSnippetTests/input/string-interpolation.pkl (+26 -1) 📝 pkl-formatter/src/test/files/FormatterSnippetTests/output/multi-line-strings.pkl (+3 -1) 📝 pkl-formatter/src/test/files/FormatterSnippetTests/output/string-interpolation.pkl (+26 -0)
docs/modules/release-notes/pages/0.30.adoc
pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt
pkl-formatter/src/test/files/FormatterSnippetTests/input/string-interpolation.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/output/multi-line-strings.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/output/string-interpolation.pkl
Also, fixes an issue where forced single-line formatting would break for if/else and let expressions
🔄 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/1280
Author: @bioball
Created: 10/31/2025
Status: ✅ Merged
Merged: 10/31/2025
Merged by: @bioball
Base:
main← Head:string-interpolation-formatting-fixes📝 Commits (3)
fe2516cDon't force multiline expressions into a single line in string interpolation9149e20Update pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt1bc5d88Add PR number to release notes📊 Changes
5 files changed (+69 additions, -16 deletions)
View changed files
📝
docs/modules/release-notes/pages/0.30.adoc(+1 -1)📝
pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt(+13 -13)📝
pkl-formatter/src/test/files/FormatterSnippetTests/input/string-interpolation.pkl(+26 -1)📝
pkl-formatter/src/test/files/FormatterSnippetTests/output/multi-line-strings.pkl(+3 -1)📝
pkl-formatter/src/test/files/FormatterSnippetTests/output/string-interpolation.pkl(+26 -0)📄 Description
Also, fixes an issue where forced single-line formatting would break for if/else and let expressions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.