Regression: PklBugException when amending result of a globbed import/read #195

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

Originally created by @bioball on GitHub (Aug 1, 2024).

Pkl 0.26.x throws PklBugException when a globbed import/read is amended.

For example, this snippet (as long as there are txt files matching)

result = (read*("**.txt")) {
  [[true]] {
    text = "hi"
  }
}
Originally created by @bioball on GitHub (Aug 1, 2024). Pkl 0.26.x throws `PklBugException` when a globbed import/read is amended. For example, this snippet (as long as there are txt files matching) ```pkl result = (read*("**.txt")) { [[true]] { text = "hi" } } ```
adam closed this issue 2025-12-30 01:21: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#195