-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Change solver to decide which tasks to use
- This redesign of the solver moves complexity about deciding which tasks to use from the applier/destroyer into the solver. This makes the solver more of a solver and less of a "do what your told"-er. - One major difference is that the InvAddTask is now skipped if there are no objects to be applied. This makes logic sense because the inventory doesn't need to be expanded. - This change unblocks unification of graph dependency resolution using both the apploy objects and prune objects, which will help distinguish between external dependencies and dependencies being accidentally deleted.
- Loading branch information
Showing
5 changed files
with
518 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.