Skip to content

Conversation

bgilbert
Copy link
Collaborator

@bgilbert bgilbert commented Sep 4, 2025

Have sanity_checks.py check that releases.json and wrap files for modified wraps are formatted, and have format.py format them. We could also format ci_config.json, but sorting keys alphabetically would break some semantically meaningful groupings, so skip for now.

Have sanity_checks.py check that wrap files for modified subprojects are
properly formatted, and have format.py reformat them.

Do the formatting ourselves because ConfigParser doesn't preserve comments
on write.
Have sanity_checks.py check that releases.json is formatted, and have
format.py format it.

Remove the sorted keys check since the format check subsumes it.

We could also format ci_config.json, but sorting keys alphabetically
would break some semantically meaningful groupings, so skip for now.
@neheb neheb merged commit 52fa409 into mesonbuild:master Sep 7, 2025
16 checks passed
@bgilbert bgilbert deleted the format branch September 7, 2025 20:54
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