Closed
Bug 915508
Opened 12 years ago
Closed 12 years ago
simultaneous build directories are weirdly separated in the status line
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file, 1 obsolete file)
When there are several directories built at the same time, the mach status line looks like:
TIER: foo bar SUBTIER: baz qux hoge DIRECTORIES: 1/42 (dir1 ,dir2)
(note the order between the space and the comma)
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #803498 -
Flags: review?(gps)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•12 years ago
|
||
While here, when there is no active_dirs, it would print ')' alone, fixed that to be '()'.
Attachment #803527 -
Flags: review?(gps)
| Assignee | ||
Updated•12 years ago
|
Attachment #803498 -
Attachment is obsolete: true
Attachment #803498 -
Flags: review?(gps)
| Assignee | ||
Comment 3•12 years ago
|
||
Note it's also weird looking when there are several subtiers built at the same time, in which case, it looks like:
TIER: foo bar SUBTIER: baz qux hoge DIRECTORIES: 1/42 (dir1 ,dir2)2/13 (dir3 ,dir4)
It also doesn't seem to eliminate finished subtiers, although that due be related to bug 915535:
TIER: foo bar SUBTIER: baz qux hoge DIRECTORIES: 21/42 (dir1 ,dir2)13/13 ()
Comment 4•12 years ago
|
||
Comment on attachment 803527 [details] [diff] [review]
Change the order of space and comma in the mach status line when several directories are built at the same time
Review of attachment 803527 [details] [diff] [review]:
-----------------------------------------------------------------
Itertools makes my head hurt. I'm mixed about people discovering its awesomeness :)
Attachment #803527 -
Flags: review?(gps) → review+
Comment 5•12 years ago
|
||
Component: mach → Build Config
Flags: in-testsuite-
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•