-
Notifications
You must be signed in to change notification settings - Fork 273
Update version of clang format in CODING_STANDARDs #4196
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
Conversation
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.
(assuming squashing)
CODING_STANDARD.md
Outdated
``` | ||
*Important:* If your branch is based on a branch other than `upstream/develop`, | ||
use the name or checksum of that branch instead. It is strongly recommended to | ||
rebase your work onto the tip of the branch it's based on before running | ||
`git-clang-format` in this way. | ||
|
||
Note: git-clang-format uses the git config variable `clangformat.binary` so if you | ||
have multiple versions of clang-format installed, you might need to update this. |
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.
"or explicitly specify the binary to use via --binary clang-format-7
."
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.
I didn't know that!
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.
I didn't know about the clangformat.binary
variable... ;-)
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: c03e326).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101102370
@thk123 Would you mind squashing the commits? |
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 742d7f7).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101103587
Was saying 3.8, but CBMC moved to version 7 in #3245 Fixup previous commit fixup previous commit add explanation about --binary
ef6de2a
to
4a005d9
Compare
@tautschnig done. |
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.
🚫
This PR failed Diffblue compatibility checks (cbmc commit: ef6de2a).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101107899
Status will be re-evaluated on next push.
Please contact @peterschrammel, @thk123, or @allredj for support.
Common spurious failures:
- the cbmc commit has disappeared in the mean time (e.g. in a force-push)
- the author is not in the list of contributors (e.g. first-time contributors).
The incompatibility may have been introduced by an earlier PR. In that case merging this
PR should be avoided unless it fixes the current incompatibility.
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 4a005d9).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101152389
Was saying 3.8, but CBMC moved to version 7 in #3245
Spotted whilst looking for something else.