-
Notifications
You must be signed in to change notification settings - Fork 6k
Clang-tidy: made verbose print out commands and fixed quoting problem for warnings as errors #37015
Conversation
… for warnings as errors
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
I'm going to have to append a few fixes too that have slipped in. |
|
auto label is removed for flutter/engine, pr: 37015, due to - The status or check suite Mac Host clang-tidy has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
auto label is removed for flutter/engine, pr: 37015, due to - The status or check suite Mac Host clang-tidy has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
I'm going to temporarily turn on printing the diff to help get this landed. |
|
auto label is removed for flutter/engine, pr: 37015, due to - The status or check suite Windows Unopt has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
|
auto label is removed for flutter/engine, pr: 37015, due to - The status or check suite Mac Host clang-tidy has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
So, the fix for these lints is failable. I've seen it locally get reported but not fixed. |
ef36c88 to
dfd01bf
Compare
dfd01bf to
a81a7e5
Compare
a81a7e5 to
9ef0fb5
Compare
This reverts commit 9ef0fb5.
23eeea9 to
a276313
Compare
|
This one should go through if there are no other flakes. @zanderso heads up in case you want to browse the fixes I had to add. I found out too late that running the linter locally was giving me different results than the CI which was messing everything up. |
…ng problem for warnings as errors (flutter/engine#37015)
Fixes quoting error, the extra quotes were messing up ProcessRunner who already escapes the flags.
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.