aboutsummaryrefslogtreecommitdiff
path: root/tests/common/dependency-alternatives/t11a
AgeCommit message (Collapse)AuthorFilesLines
2023-11-02Add support for preserving old package configuration on up/downgrade and ↵Karen Arutyunov1-0/+0
reconfiguration
2023-11-02Load both user and dependent configurations in (pre-)reevaluate modesKaren Arutyunov4-0/+0
2023-11-02Always postpone 'unable to satisfy constraints' failure in ↵Karen Arutyunov2-0/+0
collect_build_prerequisites() and fix unexpected 'unable to satisfy dependency' failure
2023-11-02Fix collect_build_prerequisites() pre-reevaluation mode to always iterate ↵Karen Arutyunov1-0/+0
through all the depends clauses
2023-09-25Don't create config cluster for existing dependents in simple casesKaren Arutyunov6-0/+0
2023-09-25Fix configuration negotiation not to cycle due to existing dependent ↵Karen Arutyunov2-0/+0
re-evaluation failure
2023-09-25Scratch plan on refinement caused by dependency up/down-grade/drop if any ↵Karen Arutyunov2-0/+0
configuration negotiation has been performed
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ↵Karen Arutyunov4-0/+0
existing dependents
2022-07-18Select next dependency alternative on dependency configuration negotiation ↵Karen Arutyunov3-0/+0
failure in pkg-build
2022-07-13Add support for build-file package manifest valueKaren Arutyunov2-0/+0
2022-06-23Add support for additional *-build package manifest values and alternative ↵Karen Arutyunov2-0/+0
buildfile naming
2022-06-20Implement dependency configuration negotiationBoris Kolpackov51-0/+1
For the detailed history see the dep-config and dep-config-neg branches.