]> _ Git - alire.git/commit
New `alr with --versions` for version-related info of dependencies (#464)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Wed, 8 Jul 2020 13:35:11 +0000 (15:35 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2020 13:35:11 +0000 (15:35 +0200)
commit28c756a5fc12fd9e8d3ef4b72b9cf0ef30f80af3
tree177d71e482e076985f1e123839ff9ce59e8e888c
parent131798ec20e32df3843833ce7d04bebf0c66bd59
New `alr with --versions` for version-related info of dependencies (#464)

* New `alr with --versions` for version-related info

This new version focuses on showing: which constraints were found for each
dependency, which version was used to fulfill them, and what's the latest
existing version for a crate (hence pointing to possible wanted updates).

* Review fixes
doc/user-changes.md
src/alire/alire-index.adb
src/alire/alire-solutions.adb
src/alire/alire-solutions.ads
src/alr/alr-commands-withing.adb
src/alr/alr-commands-withing.ads
testsuite/tests/with/versions-switch/test.py [new file with mode: 0644]
testsuite/tests/with/versions-switch/test.yaml [new file with mode: 0644]