Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

manifest creation: avoid duplicate populate_file_struct() calls #39

Open
phmccarty opened this issue Nov 17, 2016 · 0 comments
Open

manifest creation: avoid duplicate populate_file_struct() calls #39

phmccarty opened this issue Nov 17, 2016 · 0 comments

Comments

@phmccarty
Copy link
Contributor

phmccarty commented Nov 17, 2016

Currently, populate_file_struct() is called for each file in both Manifest.full creation and in Manifest.BUNDLE creation. Since Manifest.full will include all files for a given build, there shouldn't be a need to repopulate file structs for Manifest.BUNDLE.

Instead, the appropriate file metadata for Manifest.full entries could be propagated to each Manifest.BUNDLE, avoiding much unnecessary work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant