Closed
Bug 1302272
Opened 9 years ago
Closed 9 years ago
Produce usable output from run_clang_format.sh
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.27
People
(Reporter: mt, Assigned: mt)
References
Details
Attachments
(1 file)
|
1.92 KB,
patch
|
ttaubert
:
review+
|
Details | Diff | Splinter Review |
When you screw up clang-format on multiple files, the output that is produced is unusable.
| Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → martin.thomson
Attachment #8790496 -
Flags: review?(ttaubert)
Comment 2•9 years ago
|
||
Comment on attachment 8790496 [details] [diff] [review]
bug1302272-1.patch
Review of attachment 8790496 [details] [diff] [review]:
-----------------------------------------------------------------
::: automation/taskcluster/scripts/run_clang_format.sh
@@ +40,5 @@
> "$top/external_tests/util_gtest" \
> )
> fi
>
> STATUS=0
Don't need this any longer.
Attachment #8790496 -
Flags: review?(ttaubert) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/projects/nss/rev/7b5155d2265b
https://hg.mozilla.org/projects/nss/rev/3d65fa0f5b5c
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.27
You need to log in
before you can comment on or make changes to this bug.
Description
•