[Updated] D9890: clang-format: show required version in skip message
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Wed Jan 27 16:19:29 UTC 2021
baymax added a comment.
baymax retitled this revision from "clang-format: issue version information in the skip message" to "clang-format: show required version in skip message".
baymax updated this revision to Diff 25312.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9890?vs=25307&id=25312
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9890/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9890
AFFECTED FILES
tests/hghave.py
CHANGE DETAILS
diff --git a/tests/hghave.py b/tests/hghave.py
--- a/tests/hghave.py
+++ b/tests/hghave.py
@@ -591,7 +591,7 @@
return matchoutput("pylint --help", br"Usage:[ ]+pylint", True)
- at check("clang-format", "clang-format C code formatter")
+ at check("clang-format", "clang-format C code formatter (>= 11)")
def has_clang_format():
m = matchoutput('clang-format --version', br'clang-format version (\d+)')
# style changed somewhere between 10.x and 11.x
To: marmoute, #hg-reviewers, joerg.sonnenberger
Cc: joerg.sonnenberger, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210127/57554b94/attachment-0002.html>
More information about the Mercurial-patches
mailing list