Open
Bug 1717471
Opened 3 years ago
Updated 2 years ago
[Automated review] suggested command for applying diff are incorrect.
Categories
(Developer Infrastructure :: Source Code Analysis, defect, P3)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: nbp, Unassigned)
Details
Phabricator URL: https://phabricator.services.mozilla.com/D118379#3850653
The command suggest to apply the patch with -p0
command line argument, which is incorrect as the diff contains one level of fake directory:
--- a/js/src/frontend/Parser.h 2021-06-21 16:59:48.080642000 +0000
+++ b/js/src/frontend/Parser.h 2021-06-21 17:00:29.488642000 +0000
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•2 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
•