mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
Listing.join and List.join do not call toString override on elements
#272
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 @HT154 on GitHub (Jan 31, 2025).
Given input
The expected output is
The actual output is
Other instances where Pkl can convert arbitrary values to
String(i.e. string interpolation) correctly call the value'stoString()method.@bioball commented on GitHub (Feb 3, 2025):
This seems like a bug to me.
This would also be a breaking change if fixed.