[PR #1212] [CLOSED] Formatter fixes #941

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1212
Author: @srueg
Created: 9/18/2025
Status: Closed

Base: mainHead: srueg/run-format-apply


📝 Commits (3)

  • c020da2 Formatter fixes
  • b8e3b86 print affected files on separate lines
  • f6b5aa2 Only write changed files

📊 Changes

3 files changed (+8 additions, -6 deletions)

View changed files

📝 pkl-cli/src/main/kotlin/org/pkl/cli/CliFormatterApply.kt (+6 -5)
📝 pkl-cli/src/main/kotlin/org/pkl/cli/CliFormatterCheck.kt (+1 -0)
📝 pkl-cli/src/main/kotlin/org/pkl/cli/commands/FormatterCommand.kt (+1 -1)

📄 Description

  • Actually run apply command
  • Print affected files on new lines
  • Only write changed files

🔄 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/1212 **Author:** [@srueg](https://github.com/srueg) **Created:** 9/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `srueg/run-format-apply` --- ### 📝 Commits (3) - [`c020da2`](https://github.com/apple/pkl/commit/c020da2f24ed5caa051c7f1af670e33570b58d62) Formatter fixes - [`b8e3b86`](https://github.com/apple/pkl/commit/b8e3b861363c83e6d81d946713b889b8de330143) print affected files on separate lines - [`f6b5aa2`](https://github.com/apple/pkl/commit/f6b5aa2db250dd501eb2493a36f2016f3551f100) Only write changed files ### 📊 Changes **3 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `pkl-cli/src/main/kotlin/org/pkl/cli/CliFormatterApply.kt` (+6 -5) 📝 `pkl-cli/src/main/kotlin/org/pkl/cli/CliFormatterCheck.kt` (+1 -0) 📝 `pkl-cli/src/main/kotlin/org/pkl/cli/commands/FormatterCommand.kt` (+1 -1) </details> ### 📄 Description - Actually run `apply` command - Print affected files on new lines - Only write changed files --- <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:52 +01:00
adam closed this issue 2025-12-30 01:27:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#941