-
Notifications
You must be signed in to change notification settings - Fork 5
Collection maps contents change detection #12
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingcookingRelated to mod asset and Highlander cookingRelated to mod asset and Highlander cookingenhancementNew feature or requestNew feature or requestincrementalRebuilding does extra or not enough work.Rebuilding does extra or not enough work.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcookingRelated to mod asset and Highlander cookingRelated to mod asset and Highlander cookingenhancementNew feature or requestNew feature or requestincrementalRebuilding does extra or not enough work.Rebuilding does extra or not enough work.
Type
Fields
Give feedbackNo fields configured for issues without a type.
aa00343 introduced "collection maps" where 1-n packages get fully inlined into a single map. However, there is an issue with the change detection (whether the map needs to be recooked during non-first cooks) in the cooker:
The best approach would be probably to store the definition lists as they were used during the cook in the BuildCache and delete the
[Map].upkfrom BuildCache when there is a change (forces a recook)