mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
pkl:semver sortorder (isLessThan) failure? #240
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 @kuehl on GitHub (Nov 2, 2024).
hello,
sorting by using semver's isLessThan() produces unexpected results.
a simple test_semver.pkl
doesn't fail?
i think semver's isLessThan
should be something like
?
@bioball commented on GitHub (Nov 2, 2024):
You're totally right! This is incorrect; thanks for pointing this out.