index
:
bpkg
0.2
bindist
build2-config
buildfile-install
ci
dep-config
dep-config-bak
dep-config-neg
dep-config-neg.bak
dep-config-take-1
dep-config.bak
dep-doc
hidden-config-class
inproc-configure
man-config-dep
mask-repos-old
master
status-all
sys-install
sys-install-fedora.bak
sys-install-multiple-versions
build2 package dependency manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pkg-build.testscript
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
Add support for enable clause in tests package manifest value
Karen Arutyunov
1
-2
/
+154
2024-01-15
Always reconfigure dependency if configuration is specified on command line f...
Karen Arutyunov
1
-3
/
+266
2024-01-09
Try to automatically resolve unsatisfied dependency constraints by specifying...
Karen Arutyunov
1
-219
/
+2458
2023-12-11
Try to automatically resolve unsatisfied dependency constraints by specifying...
Karen Arutyunov
1
-495
/
+947
2023-11-17
Fix pkg-build by denying dropping package if it has dependents
Karen Arutyunov
1
-8
/
+87
2023-11-17
Fix pkg-build by ignoring version replacement if it doesn't satisfy dependenc...
Karen Arutyunov
1
-0
/
+99
2023-11-17
Add tests which demonstrate cases when we could potentially resolve unsatisfi...
Karen Arutyunov
1
-1
/
+490
2023-11-14
Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by tur...
Karen Arutyunov
1
-4
/
+134
2023-11-03
Fix failing tests
Karen Arutyunov
1
-0
/
+7
2023-11-02
Fix configuration negotiation machinery to non-recursivelly collect being pos...
Karen Arutyunov
1
-149
/
+34
2023-11-02
Fix pkg-build to order drops after collecting/ordering dependents when all re...
Karen Arutyunov
1
-87
/
+273
2023-11-02
Add support for preserving old package configuration on up/downgrade and reco...
Karen Arutyunov
1
-70
/
+360
2023-11-02
Fix configuration negotiation machinery to postpone collecting cluster's exis...
Karen Arutyunov
1
-30
/
+276
2023-11-02
Load both user and dependent configurations in (pre-)reevaluate modes
Karen Arutyunov
1
-146
/
+192
2023-11-02
Fix crash due to dereferencing of available package NULL pointer in trace lambda
Karen Arutyunov
1
-2
/
+2
2023-11-02
Improve pkg-build's 'unable to upgrade package' diagnostics
Karen Arutyunov
1
-31
/
+34
2023-11-02
Always postpone 'unable to satisfy constraints' failure in collect_build_prer...
Karen Arutyunov
1
-54
/
+483
2023-11-02
Fix collect_build_prerequisites() pre-reevaluation mode to always iterate thr...
Karen Arutyunov
1
-1
/
+16
2023-11-02
Fix pkg-build not to collect repointed dependent recursivelly if its collecti...
Karen Arutyunov
1
-0
/
+96
2023-10-20
Fix 'unordered build' assertion failure due to bug in build_packages::order()
Karen Arutyunov
1
-6
/
+56
2023-10-19
Postpone 'unable to satisfy constraints' failure similar to what we do in col...
Karen Arutyunov
1
-15
/
+104
2023-10-17
Print version constraints recursively in 'unable to satisfy constraints' diag...
Karen Arutyunov
1
-0
/
+6
2023-10-03
Sidestep pkg-build tests bus error on macos/homebrew
Karen Arutyunov
1
-1
/
+1
2023-09-26
Improve 'unable to upgrade package' diagnostics in pkg-build
Karen Arutyunov
1
-7
/
+14
2023-09-25
Fix configuration negotiation not to compare dependency's config checksums if...
Karen Arutyunov
1
-10
/
+0
2023-09-25
Don't create config cluster for existing dependents in simple cases
Karen Arutyunov
1
-408
/
+259
2023-09-25
Properly re-collect existing packages scheduled for recursive re-collection e...
Karen Arutyunov
1
-0
/
+128
2023-09-25
Fix tests which fail with 'regex complexity exceeded' error on some platforms
Karen Arutyunov
1
-433
/
+14
2023-09-25
Fix pkg-build tests not to log warnings and high-verbosity traces at verbosit...
Karen Arutyunov
1
-36
/
+47
2023-09-25
Fix build_packages::collect_build_postponed() to try to collect bogus postpon...
Karen Arutyunov
1
-872
/
+1917
2023-09-25
Fix build_packages::collect_build_postponed() to also make snapshots of repla...
Karen Arutyunov
1
-0
/
+660
2023-09-25
Fix configuration negotiation so that existing dependents with config clauses...
Karen Arutyunov
1
-4
/
+1094
2023-09-25
Fix configuration negotiation not to cycle due to existing dependent re-evalu...
Karen Arutyunov
1
-3
/
+320
2023-09-25
Scratch plan on refinement caused by dependency up/down-grade/drop if any con...
Karen Arutyunov
1
-51
/
+1092
2023-09-25
Fix configuration negotiation not to yo-yo due to dependency collection postp...
Karen Arutyunov
1
-330
/
+1662
2023-09-25
Disable in-place version replacement in pkg-build since sometimes it is appli...
Karen Arutyunov
1
-4
/
+682
2023-09-25
Fix configuration negotiation for cases when existing dependent collection is...
Karen Arutyunov
1
-0
/
+404
2023-09-25
Fix pkg-build not to issue 'unable to reconfigure dependent' instead of 'unab...
Karen Arutyunov
1
-0
/
+41
2023-09-25
Fix configuration negotiation to throw postpone_dependency for collected depe...
Karen Arutyunov
1
-0
/
+455
2023-09-25
Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ...
Karen Arutyunov
1
-553
/
+843
2023-09-20
Use bsdtar instead of tar in tests on Windows to sidestep msys-related issues
Karen Arutyunov
1
-11
/
+8
2023-08-04
Add support for specifying package archive and directory as a dependency for ...
Karen Arutyunov
1
-167
/
+1668
2023-08-04
Fix pkg-build which could leave orphan dependency unchanged in up/downgrade+d...
Karen Arutyunov
1
-0
/
+62
2023-07-31
Fix unexpected 'no package available for dependency' error when building from...
Karen Arutyunov
1
-8
/
+221
2023-07-28
Add another test case for pkg_configure() flaws
Karen Arutyunov
1
-3
/
+52
2023-07-28
Fix inability to fetch repository containing toolchain-unsatisfied packages (...
Karen Arutyunov
1
-0
/
+62
2023-07-28
Fix unexpected 'manual configuration of dependents with prefer or require cla...
Karen Arutyunov
1
-17
/
+248
2023-07-20
Fix re-evaluating multiple existing dependents with config clause of common d...
Karen Arutyunov
1
-0
/
+101
2023-07-19
Don't reconfigure re-evaluated dependent if it's dependencies are not reconfi...
Karen Arutyunov
1
-4
/
+110
2023-06-22
Change 'deorphan' to 'replace' in build plan
Karen Arutyunov
1
-54
/
+54
[next]