mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
local values referencing this inside Mappings are included in entry count when binary encoded
#324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sin-ack on GitHub (Jul 25, 2025).
Reproduced on 0.29.0.
Reproducer:
Evaluate
foowith something that communicates withpkl server. The returned value will be (in JSON repr):Notice that it returns a map of size 3. However, the MessagePack data only contains 2 items. This causes a decode error on my side.
@bioball commented on GitHub (Jul 25, 2025):
Thanks for the easily reproducible bug report!