Closed
Bug 1626190
Opened 5 years ago
Closed 5 years ago
Add `mach` command that compile checks C/C++ files
Categories
(Developer Infrastructure :: Developer Environment Integration, task)
Developer Infrastructure
Developer Environment Integration
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
Details
Attachments
(1 file)
In order to better distribute the fixing on the non unified build system we must have some kind of mach
command that given a path it compile checks
those files.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9137064 -
Attachment description: Bug 1626190 - [DRAFT] Add `mach` command that compile checks C/C++ files. → Bug 1626190 - Add `mach` command that checks syntax for C/C++ files.
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b97ac8335335
Add `mach` command that checks syntax for C/C++ files. r=bastien
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Comment 4•5 years ago
|
||
This still need documentations ( https://firefox-source-docs.mozilla.org/code-quality/static-analysis.html ?) + unit tests. ( https://searchfox.org/mozilla-central/source/testing/mozharness/mozharness/mozilla/building/buildbase.py#772 ?)
It wasn't ready to be merged.
Flags: needinfo?(bpostelnicu)
Assignee | ||
Comment 5•3 years ago
|
||
This is no longer needed since we now have the hybrid build and this feature has been removed.
Flags: needinfo?(bpostelnicu)
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
•