Originally created by @odenix on GitHub (May 4, 2024).
dir1/mod.pkl:
foo = read*("foo*")
dir2/mod.pkl:
foo = read*("foo*") // always returns same result as dir1/mod.foo
pkl eval dir1/mod.pkl dir2/mod.pkl
Fixed by: https://github.com/apple/pkl/pull/449
@bioball commented on GitHub (Jun 18, 2024):
Fixed in 0.26.
No dependencies set.
The note is not visible to the blocked user.
Originally created by @odenix on GitHub (May 4, 2024).
dir1/mod.pkl:
dir2/mod.pkl:
Fixed by: https://github.com/apple/pkl/pull/449
@bioball commented on GitHub (Jun 18, 2024):
Fixed in 0.26.