You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nils Adermann 5bdc0fc9c5 Request jobs replaced by root require / fixed package
The only type of request job remaining was "install" which is really a
root requirement. The only other kind of input for the solver is now a
set of fixed packages.

Rules have been updated to account for only two kinds of former job
reason: FIXED or ROOT_REQUIRE. The job property has always been
redundant and has been removed, since reasonData suffices.

Problem reasons are always rules, so the unnecessary wrapping in an
array has been removed.

We now only ever generate a single rule per root require or fixed
package, so there is no need for the solver to special handle disabling
"jobs" anymore, the rule can just be disabled as usual.

For consistency special handling of rules for jobs in problems has been
integrated into the rule class like all other rule reasons. As part of
this change the error message for root requirements has been improved a
bit to make it clearer where the package installation request came from.

The word job has also been removed from operations, which are called
operations, not jobs.
5 years ago
..
Fixtures/poolbuilder Add PoolBuilder test harness for writing .test files 5 years ago
DefaultPolicyTest.php Use LockArrayRepository instead of RepositoryInterface to clearly indicate which type of repo it is in some places 5 years ago
PoolBuilderTest.php Request jobs replaced by root require / fixed package 5 years ago
PoolTest.php Keep track of unacceptable fixed packages for later to use in error reporting and make sure the pool state is consistent 5 years ago
RequestTest.php Request jobs replaced by root require / fixed package 5 years ago
RuleSetIteratorTest.php Request jobs replaced by root require / fixed package 5 years ago
RuleSetTest.php Request jobs replaced by root require / fixed package 5 years ago
RuleTest.php Request jobs replaced by root require / fixed package 5 years ago
SolverTest.php Request jobs replaced by root require / fixed package 5 years ago
TransactionTest.php Request jobs replaced by root require / fixed package 5 years ago