Closed
Bug 1240660
Opened 9 years ago
Closed 9 years ago
Remove support for "+" prefixes in jar manifests
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox46 fixed)
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(3 files, 2 obsolete files)
19.65 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
2.89 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
8.08 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Now that the faster make backend is enabled by default avoiding
cross-jar.mn file conflicts, and now that individual files can't
overlap with wildcards in the same jar.mn files, which were two
main things that the "+" prefix was used for (apart from
cargo-culting), the "+" prefixes in the tree are not necessary
anymore.
This was generated with the following command:
find -name jar.mn | xargs grep -l '^ *\*\?+' | xargs sed -i 's/^\( *\*\?\)+/\1 /'
Attachment #8709274 -
Flags: review?(gps)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8709275 -
Flags: review?(gps)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8709276 -
Flags: review?(gps)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8709276 -
Attachment is obsolete: true
Attachment #8709276 -
Flags: review?(gps)
Attachment #8709297 -
Flags: review?(gps)
Assignee | ||
Comment 5•9 years ago
|
||
With an additional doc update.
Attachment #8709275 -
Attachment is obsolete: true
Attachment #8709275 -
Flags: review?(gps)
Attachment #8709310 -
Flags: review?(gps)
Updated•9 years ago
|
Attachment #8709274 -
Flags: review?(gps) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8709297 [details] [diff] [review]
Move jar_maker to the misc tier, now that ordering does't matter
Review of attachment 8709297 [details] [diff] [review]:
-----------------------------------------------------------------
Oh boy - this is going to result in a huge build speedup, isn't it? \o/
Attachment #8709297 -
Flags: review?(gps) → review+
Updated•9 years ago
|
Attachment #8709310 -
Flags: review?(gps) → review+
Assignee | ||
Comment 8•9 years ago
|
||
Can't have nice things, I backed out the last part because of make package bustage
https://hg.mozilla.org/integration/mozilla-inbound/rev/9028e62ca761
Since it was a bonus, I'll move it to a separate bug.
Comment 9•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9041cb2cd652
https://hg.mozilla.org/mozilla-central/rev/9c30bc35d6e7
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•