- 13 Jun, 2013 4 commits
-
-
Timo Teräs authored
Fix also pinning test cases to be more sane.
-
Timo Teräs authored
Handle properly per-name preference flags, and add test cases for testing those via fix applet.
-
Timo Teräs authored
Implementing basic dependency handling, install_if and awareness of pinning.
-
Natanael Copa authored
-
- 12 Jun, 2013 2 commits
-
-
Ariadne Conill authored
This reverts commit a2d873a7.
-
Ariadne Conill authored
-
- 11 Jun, 2013 1 commit
-
- 03 Jun, 2013 1 commit
-
-
Timo Teräs authored
-
- 30 May, 2013 2 commits
-
-
Timo Teräs authored
fixes #1476 Instead of: ERROR: Index generation failed: Success The following is now printed: ERROR: Metadata for package timo-1.0-r0 is too long. ERROR: Index generation failed: No buffer space available
-
Timo Teräs authored
make cache a special kind of repository, and automatically cache special packages (virtual packages, or ones installed from command line). add test cases for handling virtual packages. fixes #1617.
-
- 29 May, 2013 2 commits
-
-
Timo Teräs authored
fixes #1578
-
Timo Teräs authored
fixes #1714
-
- 29 Apr, 2013 2 commits
-
-
Timo Teräs authored
We are having so many packages that they might overflow otherwise. "ERROR: Preference overflow" was already reported.
-
Timo Teräs authored
It is internal bug, but don't segfault on it. Fixes #1576.
-
- 18 Apr, 2013 2 commits
-
-
Pierre Carrier authored
Needed for ptrdiff_t in some libcs.
-
Pierre Carrier authored
-
- 28 Jan, 2013 2 commits
-
-
Timo Teräs authored
It is incorrect optimization causing valid solutions to be skipped. Any performance it might've gained, should be fixed by reintroduction of the minimum penalty logic added in previous commit.
-
Timo Teräs authored
Basic per-name per-package specific scoring added.
-
- 22 Jan, 2013 1 commit
-
-
Timo Teräs authored
Otherwise we can return no solution at all instead of partially satisfied solution (and give proper error message).
-
- 21 Jan, 2013 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
This is an internal error.
-
- 18 Jan, 2013 4 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Natanael Copa authored
use %zu for size_t
-
Timo Teräs authored
Should get rid of error messages like: ERROR: Saved_score {4/0/0,74} != score {6/0/0,74}
-
- 05 Nov, 2012 1 commit
-
-
Timo Teräs authored
-
- 04 Nov, 2012 1 commit
-
-
Timo Teräs authored
-
- 09 Oct, 2012 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
So we get better error report if package is not deleted due to reverse dependency.
-
Timo Teräs authored
The 'a' package is now more preferred which actually makes more sense.
-
- 08 Oct, 2012 3 commits
-
-
Timo Teräs authored
Enabled when all attempts to satisfy a name failed, we know that we can ignore all decisions until we find a decision affecting the name we wanted to satisfy.
-
Timo Teräs authored
to be functional when backtracking
-
Timo Teräs authored
-
- 05 Oct, 2012 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
We can't just use the primary name, as that would mess up backtracking. We need to record the name which caused the name to get considered - that way the right last_touched_decision is used on backtracking.
-
- 03 Oct, 2012 3 commits
-
-
Timo Teräs authored
* push_decision expects to always get the package primary 'name' as apk_name. ASSERT that and fix problem cases. (though - this might need to be reverted, and store the non primary name in apk_decision instead to accomodate for better backtracking optimizations) * fix error reporting of virtual package names * make 'assign_name' errors soft. the incorrect packages just are no longer consider instead of aborting whole calculation. * fix backtracking of virtual packages that are not depended directly
-
Natanael Copa authored
Print name of package and void double "ERROR"
-
Natanael Copa authored
-
- 28 Sep, 2012 1 commit
-
-
Natanael Copa authored
fixes #1396
-