-
Notifications
You must be signed in to change notification settings - Fork 494
[CI] build iwyu #3459
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
[CI] build iwyu #3459
Conversation
✅ Deploy Preview for opentelemetry-cpp-api-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3459 +/- ##
==========================================
+ Coverage 89.88% 89.89% +0.02%
==========================================
Files 212 212
Lines 6942 6942
==========================================
+ Hits 6239 6240 +1
+ Misses 703 702 -1 🚀 New features to boost your workflow:
|
Looks good. Suggested changes: In In the same place, raise It seem recent versions of iwyu report different diagnostics, causing new warnings. Assuming that the new diagnostics with a recent iwyu version are more accurate and corresponds to bugs fixed in the tool, we have no choice but comply with the updated diagnostics then. Warnings to be cleaned in a separate PR, to get down to 0 again. |
…yu in the devcontainer. Remove installing the apt package of iwyu
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.
LGTM, thanks for the fix.
Fixes #3453
Build iwyu to upgrade to version 0.22 and fix the segfault.
Changes
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes