mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Listing with computed index has wrong length #243
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 @odenix on GitHub (Nov 5, 2024).
The following program prints
length = 2:If
[0 + 0]is replaced with[0], the program prints the expectedlength = 1.@bioball commented on GitHub (Nov 5, 2024):
Good catch!