Open
Bug 1740265
Opened 4 years ago
Updated 3 years ago
clang-format version check: 13.0.0 > 12.0.1?
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: nbp, Unassigned)
Details
While building an old branch with a newer clang-format:
0:05.20 ERROR: You're using an old or incorrect version (clang-format version 13.0.0) of clang-format binary. Please update to a more recent one (at least > 12.0.1) by running: './mach bootstrap'
Sounds like the version check should either state that this should be an equality test or accept newer major versions.
Updated•4 years ago
|
Component: Mach Core → Lint and Formatting
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ahal)
Updated•4 years ago
|
Flags: needinfo?(ahal)
Priority: -- → P3
Updated•4 years ago
|
Severity: -- → S4
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•