apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
10.15k stars 270 forks source link

Non-constant globbed reads return wrong results #474

Closed translatenix closed 3 months ago

translatenix commented 5 months ago
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

bioball commented 3 months ago

Fixed in 0.26.