Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check platform compatibility as well on macOS #33

Merged
merged 8 commits into from
Oct 23, 2024
Merged

Conversation

MahdiBM
Copy link
Collaborator

@MahdiBM MahdiBM commented Oct 23, 2024

No description provided.

@MahdiBM MahdiBM requested a review from gwynne as a code owner October 23, 2024 19:30
@MahdiBM MahdiBM marked this pull request as draft October 23, 2024 19:34
@MahdiBM MahdiBM marked this pull request as ready for review October 23, 2024 19:54
@@ -29,11 +29,20 @@ runs:
local minor="$(echo $1 | cut -d . -f 2)"; \
local patch="$(echo $1 | cut -d . -f 3)"; \
\
echo $(( ${major} * 10000 + ${minor} * 100 + ${patch} )); \
echo $(( ${major} * 10000 + ${minor:-0} * 100 + ${patch:-0} )); \
Copy link
Collaborator Author

@MahdiBM MahdiBM Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default to 0 if there is no number. Happens for macOS versions, e.g. 15.1, not 15.1.0.

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
@gwynne gwynne merged commit 24f2d7a into vapor:main Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants