#1298 Alter the component reuse behavior when a component is added
Closed: Fixed 4 years ago by mikem. Opened 4 years ago by mprahl.

The get_reusable_component method would not allow any components to be reused if a component has been added to the module since the last build. This is too conservative.

For the only-changed rebuild strategy, this check should be entirely skipped. For the changed-and-after rebuild strategy, components should still be able to be reused if components were added in later batches.

This decision stemmed from discussion in #1274 and a meeting with @psabata today.


Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1475 Merged 4 years ago