-
Notifications
You must be signed in to change notification settings - Fork 25
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
[c++] Reduce deprecation-warning lines in CI build logs #2941
Draft
johnkerl
wants to merge
8
commits into
main
Choose a base branch
from
kerl/depcrecation-silence
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johnkerl
changed the title
[c++] Reduce CI-build-output depcreation-warning lines
[c++] Reduce depcreation-warning lines in CI build output
Aug 29, 2024
johnkerl
changed the title
[c++] Reduce depcreation-warning lines in CI build output
[c++] Reduce depcreation-warning lines in CI build logs
Aug 29, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2941 +/- ##
==========================================
+ Coverage 85.97% 86.06% +0.09%
==========================================
Files 56 56
Lines 6116 6116
==========================================
+ Hits 5258 5264 +6
+ Misses 858 852 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
johnkerl
changed the title
[c++] Reduce depcreation-warning lines in CI build logs
[c++] Reduce deprecation-warning lines in CI build logs
Aug 29, 2024
johnkerl
force-pushed
the
kerl/depcrecation-silence
branch
from
September 12, 2024 17:26
9d83be6
to
0bc9b52
Compare
johnkerl
force-pushed
the
kerl/depcrecation-silence
branch
from
September 12, 2024 20:16
0bc9b52
to
555d1c0
Compare
johnkerl
changed the title
[c++] Reduce deprecation-warning lines in CI build logs
[c++] Reduce deprecation-warning lines in CI build logs [pending core 2.27]
Nov 13, 2024
johnkerl
force-pushed
the
kerl/depcrecation-silence
branch
from
November 22, 2024 00:28
555d1c0
to
bf75568
Compare
johnkerl
force-pushed
the
kerl/depcrecation-silence
branch
2 times, most recently
from
November 22, 2024 02:33
a7f807e
to
279e58d
Compare
johnkerl
force-pushed
the
kerl/depcrecation-silence
branch
from
November 22, 2024 02:35
279e58d
to
9ed772a
Compare
johnkerl
changed the title
[c++] Reduce deprecation-warning lines in CI build logs [pending core 2.27]
[c++] Reduce deprecation-warning lines in CI build logs
Dec 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Quick drive-by on #2939 for issue #2407 / [sc-51048]. See also #3364.
Looking through CI build logs, it's preferable to not have to scroll past a few screenfuls of deprecation warnings.
Example:
See also #2581