]> _ Git - alire.git/commit
Show complete solution with `alr with --solve` (#408)
authorAlejandro R Mosteo <amosteo@unizar.es>
Fri, 15 May 2020 17:11:13 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 17:11:13 +0000 (19:11 +0200)
commit5a54894552803eec8b0b4b8fcafd7a2690f82a39
tree6b29e63839abb8692ecfa2b8a6bdb7a0d06099ab
parent1176dd2e385a3d2b3f5be69ce3817695f548358e
Show complete solution with `alr with --solve` (#408)

* Show complete solution via `alr with --solve`

* Test: use `with --solve` in test, output fixes

Output fixes are due to minor extra information being added to
`Solution.Print`: pinned releases are flagged as such.
16 files changed:
src/alire/alire-dependencies-graphs.adb [new file with mode: 0644]
src/alire/alire-dependencies-graphs.ads [new file with mode: 0644]
src/alire/alire-paths.ads
src/alire/alire-solutions-diffs.adb
src/alire/alire-solutions.adb
src/alire/alire-solutions.ads
src/alr/alr-checkout.adb
src/alr/alr-commands-show.adb
src/alr/alr-commands-withing.adb
src/alr/alr-commands-withing.ads
src/alr/alr-dependency_graphs.adb [deleted file]
src/alr/alr-dependency_graphs.ads [deleted file]
src/alr/alr-paths.ads
testsuite/tests/pin/downgrade/test.py
testsuite/tests/pin/post-update/test.py
testsuite/tests/pin/unneeded-held/test.py