Suppress or fix clang-tidy-9 warnings#4366
Conversation
06d9531 to
ef593bb
Compare
d57120e to
de231aa
Compare
| for (std::size_t d = 0; d < num_domains_; ++d) | ||
| { | ||
| std::uint16_t dom = | ||
| std::size_t dom = |
There was a problem hiding this comment.
I think with this change all of the static_cast's can go away now as well.
|
Btw, I've suppressed quite a few warnings that to me look like false positives. If you see something that actually seems like a bug please let me know and I'll try to fix it. |
ec70553 to
47d4396
Compare
|
Related to the docker image upgrade, the
My preference is in the order they're listed. Opinions? |
47d4396 to
829c0c4
Compare
829c0c4 to
23173e3
Compare
|
Since python V2 is being phased out everywhere, I think we are safe to rename the command to python3. I don't know however if this would be correct on all platforms. Option 3 might be the safest way forward. |
That's my thinking as well. I see that we actually install many of the Python scripts. I'll generate them with the Python that we find during configuration. Scripts that aren't installed I'll leave with This is finally passing |
|
I unfortunately don't have the time to update the scripts now until Monday. If someone wants to push to this branch feel free to do so so that we can get builds working for everyone, or we just merge it like this and I change the python shebangs separately next week. |
Attempting to fix new warnings after updating from 8 to 9.