mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #773] [MERGED] Fix semver comparison logic #727
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?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/773
Author: @bioball
Created: 11/2/2024
Status: ✅ Merged
Merged: 11/4/2024
Merged by: @bioball
Base:
main← Head:fix-semver📝 Commits (1)
3378f33Fix semver comparison logic📊 Changes
3 files changed (+48 additions, -8 deletions)
View changed files
📝
pkl-core/src/test/files/LanguageSnippetTests/input/api/semverModule.pkl(+16 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/semverModule.pcf(+20 -0)📝
stdlib/semver.pkl(+12 -8)📄 Description
Fix
isLessThanlogic between semversAlso: adjust binary expressions to adhere to style guide
Closes https://github.com/apple/pkl/issues/772
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.