aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-17Fix pkg-build by ignoring version replacement if it doesn't satisfy ↵Karen Arutyunov15-59/+167
dependency constraints
2023-11-17Re-link private configurations before failing due to presence of unsatisfied ↵Karen Arutyunov1-8/+10
dependents
2023-11-17Add tests which demonstrate cases when we could potentially resolve ↵Karen Arutyunov20-4/+500
unsatisfied dependency constraints but currently fail
2023-11-14Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by ↵Karen Arutyunov19-166/+276
turning collect_order_dependent() into collect_dependent()
2023-11-03Fix failing testsKaren Arutyunov1-0/+7
2023-11-02Disable dependency information diagnostics filtering in verbose modeBoris Kolpackov1-10/+15
2023-11-02Fix configuration negotiation machinery to non-recursivelly collect being ↵Karen Arutyunov3-165/+61
postponed existing dependents
2023-11-02Fix pkg-build to order drops after collecting/ordering dependents when all ↵Karen Arutyunov3-113/+325
reconfigurations are determined
2023-11-02Add support for preserving old package configuration on up/downgrade and ↵Karen Arutyunov10-248/+684
reconfiguration
2023-11-02Fix configuration negotiation machinery to postpone collecting cluster's ↵Karen Arutyunov2-73/+341
existing dependent which is already a dependency in some cluster
2023-11-02Load both user and dependent configurations in (pre-)reevaluate modesKaren Arutyunov10-163/+253
2023-11-02Scratch plan on refinement caused by dependency up/down-grade/drop if any ↵Karen Arutyunov1-2/+5
unsatisfied dependents have been ignored
2023-11-02Fix crash due to dereferencing of available package NULL pointer in trace lambdaKaren Arutyunov2-5/+4
2023-11-02Improve pkg-build's 'unable to upgrade package' diagnosticsKaren Arutyunov9-155/+417
2023-11-02Suppress constraints duplicates when merge build_package objectsKaren Arutyunov1-6/+20
2023-11-02Always postpone 'unable to satisfy constraints' failure in ↵Karen Arutyunov7-261/+784
collect_build_prerequisites() and fix unexpected 'unable to satisfy dependency' failure
2023-11-02Fix collect_build_prerequisites() pre-reevaluation mode to always iterate ↵Karen Arutyunov3-9/+24
through all the depends clauses
2023-11-02Fix configuration negotiation machinery to also save/restore unsatisfied ↵Karen Arutyunov1-6/+53
dependents
2023-11-02Fix pkg-build not to collect repointed dependent recursivelly if its ↵Karen Arutyunov8-25/+166
collection is postponed
2023-10-20Fix 'unordered build' assertion failure due to bug in build_packages::order()Karen Arutyunov6-103/+139
2023-10-19Postpone 'unable to satisfy constraints' failure similar to what we do in ↵Karen Arutyunov9-269/+591
collect_order_dependents()
2023-10-18When print constraints version for multiple packages use per-package printed ↵Karen Arutyunov1-9/+24
constraints sets
2023-10-17Print version constraints recursively in 'unable to satisfy constraints' ↵Karen Arutyunov4-94/+294
diagnostics
2023-10-10Replace builds value host with all:&hostBoris Kolpackov1-1/+1
2023-10-03Sidestep pkg-build tests bus error on macos/homebrewKaren Arutyunov2-2/+2
2023-10-02Document *-build-*email package manifest values in manualKaren Arutyunov1-0/+34
2023-09-28Update examples for builds package manifest values in manualKaren Arutyunov1-14/+14
2023-09-26Improve 'unable to upgrade package' diagnostics in pkg-buildKaren Arutyunov2-12/+19
2023-09-25Fix configuration negotiation not to compare dependency's config checksums ↵Karen Arutyunov3-44/+55
if collection is postponed
2023-09-25Don't create config cluster for existing dependents in simple casesKaren Arutyunov9-572/+546
2023-09-25Properly re-collect existing packages scheduled for recursive re-collection ↵Karen Arutyunov3-4/+157
even if their collection has been pruned
2023-09-25Fix tests which fail with 'regex complexity exceeded' error on some platformsKaren Arutyunov1-433/+14
2023-09-25Fix pkg-build tests not to log warnings and high-verbosity traces at ↵Karen Arutyunov1-36/+47
verbosity level 5
2023-09-25Fix build_packages::collect_build_postponed() to try to collect bogus ↵Karen Arutyunov3-876/+1982
postponements via existing dependent Also add some "big" configuration negotiation tests.
2023-09-25Fix build_packages::collect_build_postponed() to also make snapshots of ↵Karen Arutyunov2-1/+670
replaced_versions
2023-09-25Fix configuration negotiation so that existing dependents with config ↵Karen Arutyunov3-47/+1295
clauses are always considered for negotiation
2023-09-25Fix configuration negotiation not to cycle due to existing dependent ↵Karen Arutyunov5-65/+546
re-evaluation failure
2023-09-25In postponed_configuration::merge() also save ids of clusters merged into ↵Karen Arutyunov2-2/+5
cluster being merged from
2023-09-25Scratch plan on refinement caused by dependency up/down-grade/drop if any ↵Karen Arutyunov6-128/+1185
configuration negotiation has been performed
2023-09-25Fix configuration negotiation not to yo-yo due to dependency collection ↵Karen Arutyunov4-523/+1917
postponements Also add some "big" configuration negotiation tests.
2023-09-25Disable in-place version replacement in pkg-build since sometimes it is ↵Karen Arutyunov2-6/+705
applied erroneously
2023-09-25Fix configuration negotiation for cases when existing dependent collection ↵Karen Arutyunov3-29/+488
is postponed
2023-09-25Fix pkg-build not to issue 'unable to reconfigure dependent' instead of ↵Karen Arutyunov3-28/+82
'unable to up/downgrade package' error message
2023-09-25Fix configuration negotiation to throw postpone_dependency for collected ↵Karen Arutyunov2-26/+507
dependency which belongs to not (being) negotiated cluster
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ↵Karen Arutyunov16-1846/+2321
existing dependents
2023-09-25Fix system_package_manager_fedora::generate() to suppress cpio's 'Cannot ↵Karen Arutyunov1-20/+87
stat' complaints
2023-09-25Treat empty --archive-lang* values as request to clear previous entriesBoris Kolpackov2-20/+33
2023-09-20Use bsdtar instead of tar in tests on Windows to sidestep msys-related issuesKaren Arutyunov3-11/+16
2023-09-19Add `none` value to bpkg-pkg-bindist --recursive optionBoris Kolpackov2-6/+8
2023-09-19Fix system_package_manager_fedora::generate() not to return debuginfo ↵Karen Arutyunov1-6/+16
package if not generated