Nils Adermann
|
b6e2d60c9e
|
Create the pool in the installer before giving it to the solver
|
2018-09-11 15:49:08 +02:00 |
Nils Adermann
|
1228bcdffc
|
Internalize pool creation in repository set, store root aliases in set
The pool is still exposed too early in a few places which will require
further refactoring
|
2018-09-11 13:34:18 +02:00 |
Rob Bast
|
9cbcda9ae6
|
add test that asserts pool priority matters
also switch assertEquals for assertSame
|
2016-09-28 09:34:08 +02:00 |
Rob Bast
|
a1427d7fd6
|
replace all occurences in code and comments
|
2015-09-24 16:32:36 +02:00 |
isoroku
|
e0657b60a2
|
Fix misspellings
|
2015-03-20 14:23:24 +00:00 |
Nicolas Grekas
|
4a0feb0189
|
add --prefer-lowest-stable to update command
|
2014-12-13 11:51:30 +01:00 |
Jordi Boggiano
|
38917c2047
|
Add parallel build to travis script
|
2013-09-25 10:23:48 +02:00 |
Jordi Boggiano
|
e848c76cbc
|
Only compare branches as versions in the policy to sort packages, but not in the solver, fixes #1817
|
2013-05-23 18:12:54 +02:00 |
Jordi Boggiano
|
b41fd35c2b
|
Remove unused use statement
|
2013-04-17 18:38:05 +02:00 |
Jordi Boggiano
|
0700cd9186
|
Adjust according to feedback
|
2013-04-17 17:37:22 +02:00 |
Jordi Boggiano
|
db4055b778
|
Put a higher prio on replacers of the same vendor as the required package
|
2013-04-17 15:39:42 +02:00 |
Jordi Boggiano
|
b0297ef67a
|
Add prefer-stable flag to pick stable package over unstable ones when possible
|
2013-04-02 18:40:42 +02:00 |
Jordi Boggiano
|
e6f7150196
|
Change default minimum-stability to "stable", fixes #744
|
2012-07-04 14:22:09 +02:00 |
Nils Adermann
|
451bab1c2c
|
Get rid of Literal object / literal id mix, use literals only to save memory
|
2012-05-19 20:38:56 +02:00 |
Jordi Boggiano
|
06fb1b8083
|
Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576
|
2012-04-20 22:10:58 +02:00 |
Martin Hasoň
|
2b08df5192
|
Changed repository priority in the pool
|
2012-03-06 11:17:23 +01:00 |
Jordi Boggiano
|
8e6f8ae57e
|
Add prettyVersion to packages, fixes #76
|
2011-11-20 15:06:12 +01:00 |
Nils Adermann
|
4140f08d9c
|
Use a map of installed package ids in the solver
The assumption package.repo == installed no longer holds for installed
packages because there are multiple wrapped installed repositories.
|
2011-11-19 00:27:35 +01:00 |
Nils Adermann
|
e16c3f0626
|
Remove useless test, packages providing different versions aren't alternatives
|
2011-10-22 17:26:42 +02:00 |
Nils Adermann
|
571c14adf9
|
Prefer original packages over replaced packages of same repository priority
|
2011-10-22 17:20:45 +02:00 |
Nils Adermann
|
1b6f57e651
|
Correctly implement priorities and version numbers in the default policy
|
2011-10-22 16:44:10 +02:00 |
Nils Adermann
|
55d5e55195
|
DefaultPolicy test: pick package providing newest virtual package version
|
2011-10-21 15:22:47 +02:00 |
Nils Adermann
|
0c30610fdc
|
Complete the policy tests with provider and replacement tests
|
2011-10-21 14:58:31 +02:00 |
Nils Adermann
|
e4c94dd415
|
Adding tests for the default policy specifying its desired behaviour
|
2011-10-21 14:44:24 +02:00 |