Non-constant globbed reads return wrong results #157

Closed
opened 2025-12-30 01:21:37 +01:00 by adam · 1 comment
Owner

Originally created by @odenix on GitHub (May 4, 2024).

function doRead(glob) = read*(glob)

foo = doRead("foo*")
bar = doRead("bar*") // subsequent invocations return same result as first invocation

Fixed by: https://github.com/apple/pkl/pull/449

Originally created by @odenix on GitHub (May 4, 2024). ``` function doRead(glob) = read*(glob) foo = doRead("foo*") bar = doRead("bar*") // subsequent invocations return same result as first invocation ``` Fixed by: https://github.com/apple/pkl/pull/449
adam closed this issue 2025-12-30 01:21:37 +01:00
Author
Owner

@bioball commented on GitHub (Jun 18, 2024):

Fixed in 0.26.

@bioball commented on GitHub (Jun 18, 2024): Fixed in 0.26.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#157