luet/pkg/solver
Ettore Di Giacinto 5bcc8d112a
Enforce solver constraints
- Don't sign installed packages during finalizer execution
- Enforce solver constraints: build ALO and AMO rules taking into account
  that the current package might not be selected at all.
- Force uninstalls on upgrade
- Enable option to tell uninstall to ignore conflict with the analized system state,
  as we don't want any conflict with the installed to raise during the upgrade.
  In this way we both force uninstalls and we avoid to check with conflicts
  against the current system state which is pending to deletion.
  This is due to the fact that now the solver enforces the constraints
  and explictly denies two packages of the same version installed.
- Adapt test as now we generate more constraints, which makes the solver more
  noisy on the package that are explictly selected or not
2020-02-27 18:38:31 +01:00
..
decoder_test.go Do not call solver multiple times, reuse same assertion 2019-12-14 15:00:16 +01:00
decoder.go Detect already installed packages when calling install 2020-01-01 11:58:33 +01:00
resolver_test.go Cleanup, drop hardcoded values and use constructors 2020-02-11 15:58:28 +01:00
resolver.go Cleanup resolver from logger 2020-02-12 11:22:56 +01:00
solver_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
solver_test.go Enforce solver constraints 2020-02-27 18:38:31 +01:00
solver.go Enforce solver constraints 2020-02-27 18:38:31 +01:00