Closed Bug 1240660 Opened 9 years ago Closed 9 years ago

Remove support for "+" prefixes in jar manifests

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox46 fixed)

RESOLVED FIXED
mozilla46
Tracking Status
firefox46 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(3 files, 2 obsolete files)

No description provided.
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)
Attachment #8709275 - Flags: review?(gps)
Attachment #8709276 - Attachment is obsolete: true
Attachment #8709276 - Flags: review?(gps)
Attachment #8709297 - Flags: review?(gps)
With an additional doc update.
Attachment #8709275 - Attachment is obsolete: true
Attachment #8709275 - Flags: review?(gps)
Attachment #8709310 - Flags: review?(gps)
Blocks: 1239217
Attachment #8709274 - Flags: review?(gps) → review+
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+
Attachment #8709310 - Flags: review?(gps) → review+
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.
Blocks: 1240930
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Depends on: 1241203
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: