Skip to content

✨ feat(mq-lang): add semver_satisfies for range matching#1925

Merged
harehare merged 1 commit into
mainfrom
feat/semver-satisfies
Jun 24, 2026
Merged

✨ feat(mq-lang): add semver_satisfies for range matching#1925
harehare merged 1 commit into
mainfrom
feat/semver-satisfies

Conversation

@harehare

@harehare harehare commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Adds semver_satisfies/2 to the semver module, supporting comma-separated comparators (=, ==, !=, >, >=, <, <=) for checking whether a version satisfies a range. Also fixes test_toml_to_json to compare parsed JSON instead of an exact string to avoid key-ordering flakiness.

Close #1875

Adds semver_satisfies/2 to the semver module, supporting comma-separated
comparators (=, ==, !=, >, >=, <, <=) for checking whether a version
satisfies a range. Also fixes test_toml_to_json to compare parsed JSON
instead of an exact string to avoid key-ordering flakiness.
@codspeed-hq

codspeed-hq Bot commented Jun 24, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 31 untouched benchmarks


Comparing feat/semver-satisfies (d7317f7) with main (eaaca7b)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (b6bd5ef) during the generation of this report, so eaaca7b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@harehare harehare merged commit 54dbbb1 into main Jun 24, 2026
11 checks passed
@harehare harehare deleted the feat/semver-satisfies branch June 24, 2026 13:17
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.

semver_satisfies(version, range) for version range checking

1 participant