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
main
fix-semver
3378f33
3 files changed (+48 additions, -8 deletions)
📝 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)
pkl-core/src/test/files/LanguageSnippetTests/input/api/semverModule.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/api/semverModule.pcf
stdlib/semver.pkl
Fix isLessThan logic between semvers
isLessThan
Also: 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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.