Closed
Bug 1541660
Opened 7 years ago
Closed 7 years ago
Bug 1538770 broke clang-format commands that don't take a path.
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
./mach clang-format -c HEAD
Expected result:
Commit gets formatted.
AR:
TypeError: argument 2 to map() must support iteration
File "/home/emilio/src/moz/gecko/python/mozbuild/mozbuild/mach_commands.py", line 2425, in clang_format
path = map(os.path.abspath, path)
| Assignee | ||
Comment 1•7 years ago
|
||
We do need some test for this stuff...
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aab55dab4d5b
Fix clang-format subcommands that don't take a path. r=bastien
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•4 years ago
|
Has Regression Range: --- → yes
Updated•4 years ago
|
Keywords: regression
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
•