-
Notifications
You must be signed in to change notification settings - Fork 510
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
common: fix clang format version issue #3541
Conversation
4829a3a
to
4faa093
Compare
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.
Reviewed 3 of 3 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
Note that the B-Dep on |
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.
Yes, but if the latest fedora and ubuntu will have the clang-format version 7.X installed and we will upgrade the docker images then we can also update clang-format version.
Reviewable status: complete! all files reviewed, all discussions resolved
Codecov Report
@@ Coverage Diff @@
## stable-1.5 #3541 +/- ##
==============================================
+ Coverage 74.26% 74.48% +0.22%
==============================================
Files 155 156 +1
Lines 26387 26597 +210
==============================================
+ Hits 19596 19812 +216
+ Misses 6791 6785 -6 |
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.
Reviewed 3 of 3 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
Ref: pmem/issues#1004
This change is