Open
Bug 1165326
Opened 10 years ago
Updated 3 years ago
mach update-uuids silently does nothing
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: tromey, Unassigned)
Details
I modified nsIDocShell.idl and tried this:
pokyo. ./mach update-uuids docshell/base/nsIDocShell.idl
However, this did nothing.
The correct invocation is:
pokyo. ./mach update-uuids nsIDocShell
I think either the incorrect file-name-based approach should
work; or it should give an error, ideally one explaining
what to do instead.
Perhaps the correct invocation should also print something
to indicate what it is doing.
Comment 1•10 years ago
|
||
Yes, that would be a good UX win. This should be an easy bug to fix. `mach mach-debug-commands` will tell you which source file defines this command and where to look for code that needs updating.
Component: mach → Build Config
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•