=
Originally created by @HT154 on GitHub (Oct 1, 2024).
❯ pkl --version Pkl 0.26.3 (macOS 14.4.1, native) ❯ pkl eval /dev/null -p test=key=val -x 'read("prop:test")' key
This does not repro on 0.25.3
❯ pkl --version Pkl 0.25.3 (macOS 14.1, native) ❯ pkl eval /dev/null -p test=key=val -x 'read("prop:test")' key=val
@HT154 commented on GitHub (Oct 1, 2024):
Already fixed in main on by https://github.com/apple/pkl/pull/631
No dependencies set.
The note is not visible to the blocked user.
Originally created by @HT154 on GitHub (Oct 1, 2024).
This does not repro on 0.25.3
@HT154 commented on GitHub (Oct 1, 2024):
Already fixed in main on by https://github.com/apple/pkl/pull/631