Merge remote-tracking branch 'upstream/master'
modified libpkg/pkg_solve.c
@@ -1,5 +1,7 @@
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -53,6 +55,7 @@ enum pkg_solve_rule_type {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -63,6 +66,7 @@ static const char *rule_reasons[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -244,6 +248,10 @@ pkg_print_rule_buf(struct pkg_solve_rule *rule, xstring *sb)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -621,6 +629,17 @@ pkg_solve_add_chain_rule(struct pkg_solve_problem *problem,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -631,6 +650,7 @@ pkg_solve_process_universe_variable(struct pkg_solve_problem *problem,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -649,6 +669,10 @@ pkg_solve_process_universe_variable(struct pkg_solve_problem *problem,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -949,6 +973,10 @@ pkg_solve_set_initial_assumption(struct pkg_solve_problem *problem,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/info.c
@@ -82,7 +82,6 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -336,9 +335,8 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified tests/frontend/upgrade.sh
@@ -8,7 +8,8 @@ tests_init \
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -262,3 +263,44 @@ dir_become_file_body() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |