-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
meson cleanups with muon #2539
meson cleanups with muon #2539
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #2539 +/- ##
=======================================
Coverage 91.56% 91.56%
=======================================
Files 183 183
Lines 7558 7558
=======================================
Hits 6920 6920
Misses 638 638 |
Cleans it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Allows muon to alphabetically sort files. switch headers back to arrays as split() can only be used on strings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
'catch_tostring.cpp', | ||
'catch_totals.cpp', | ||
'catch_version.cpp', | ||
) | ||
|
||
reporter_headers = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are some changed to files
and some are not?
--e--
Actually I see it is a headers vs sources split, but same question.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mentioned it in the commit message. split() is used later on. That only works for strings, not files.
OK, thanks. |
muon: https://sr.ht/~lattis/muon/ has a formatter that can be used to clean up meson build files. Similar to clang-format.