[PR #631] [MERGED] Fix parsing of external property values containing = #651

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/631
Author: @holzensp
Created: 8/20/2024
Status: Merged
Merged: 8/20/2024
Merged by: @holzensp

Base: mainHead: extPropFix


📝 Commits (2)

  • 1651cc5 Fix parsing of external property values containing =
  • d3820a4 Spotless

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt (+2 -2)
📝 pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt (+4 -3)

📄 Description

Fixes #630


🔄 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/631 **Author:** [@holzensp](https://github.com/holzensp) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 8/20/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `main` ← **Head:** `extPropFix` --- ### 📝 Commits (2) - [`1651cc5`](https://github.com/apple/pkl/commit/1651cc5dc4c2b270a178f13c652ee83e62033233) Fix parsing of external property values containing `=` - [`d3820a4`](https://github.com/apple/pkl/commit/d3820a447eda964c4415161f5cb3e3148533cb33) Spotless ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt` (+2 -2) 📝 `pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt` (+4 -3) </details> ### 📄 Description Fixes #630 --- <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:25:57 +01:00
adam closed this issue 2025-12-30 01:25:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#651