You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: