[PR #1246] [MERGED] Fix let formatting #965

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1246
Author: @stackoverflow
Created: 10/20/2025
Status: Merged
Merged: 10/21/2025
Merged by: @stackoverflow

Base: mainHead: formatter-fixes


📝 Commits (1)

📊 Changes

6 files changed (+39 additions, -4 deletions)

View changed files

📝 pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt (+1 -1)
📝 pkl-formatter/src/test/files/FormatterSnippetTests/input/expr-let.pkl (+6 -0)
📝 pkl-formatter/src/test/files/FormatterSnippetTests/input/when.pkl (+9 -0)
📝 pkl-formatter/src/test/files/FormatterSnippetTests/output/expr-let.pkl (+11 -2)
📝 pkl-formatter/src/test/files/FormatterSnippetTests/output/when.pkl (+11 -0)
📝 pkl-parser/src/main/java/org/pkl/parser/GenericParser.java (+1 -1)

📄 Description

No description provided


🔄 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/1246 **Author:** [@stackoverflow](https://github.com/stackoverflow) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `main` ← **Head:** `formatter-fixes` --- ### 📝 Commits (1) - [`6461b6c`](https://github.com/apple/pkl/commit/6461b6c3000475639b9a88258983eb77a367e555) Fix let formatting ### 📊 Changes **6 files changed** (+39 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt` (+1 -1) 📝 `pkl-formatter/src/test/files/FormatterSnippetTests/input/expr-let.pkl` (+6 -0) 📝 `pkl-formatter/src/test/files/FormatterSnippetTests/input/when.pkl` (+9 -0) 📝 `pkl-formatter/src/test/files/FormatterSnippetTests/output/expr-let.pkl` (+11 -2) 📝 `pkl-formatter/src/test/files/FormatterSnippetTests/output/when.pkl` (+11 -0) 📝 `pkl-parser/src/main/java/org/pkl/parser/GenericParser.java` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:59 +01:00
adam closed this issue 2025-12-30 01:27:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#965