Skip to content

sanity_checks: treat meson_version '>=0.N' as '>=0.N.0' #2239

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

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

bgilbert
Copy link
Collaborator

Don't annotate the meson_version as a warning just because the version request is missing a trailing .0.

If we don't find any versioned features, report the minimum version as 0.0.0 so we don't have to special-case the canonicalization. We'll still accept >=0 in meson.build.

Don't annotate the meson_version as a warning just because the version
request is missing a trailing '.0'.

If we don't find any versioned features, report the minimum version as
0.0.0 so we don't have to special-case the canonicalization.  We'll still
accept '>=0' in meson.build.
@bgilbert bgilbert merged commit 17b1273 into mesonbuild:master Jul 14, 2025
16 checks passed
@bgilbert bgilbert deleted the meson-version branch July 14, 2025 19:55
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.

1 participant