]> _ Git - alire.git/commit
Install indexed crates (#1335)
authorAlejandro R Mosteo <amosteo@unizar.es>
Fri, 24 Feb 2023 10:21:20 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 10:21:20 +0000 (11:21 +0100)
commit121c5dedfb19bcbe125053ac82133db76c3f49e5
tree2c5b242b4f0687b24567eef1863909549e1a848b
parent1cd809ba635863ea5909e8d52c1331fffe9e7644
Install indexed crates (#1335)

* Improve Roots.Create_From_Release

* Install crates directly from index
20 files changed:
doc/user-changes.md
src/alire/alire-directories.adb
src/alire/alire-install.adb
src/alire/alire-install.ads
src/alire/alire-releases.adb
src/alire/alire-releases.ads
src/alire/alire-roots.adb
src/alire/alire-roots.ads
src/alire/alire-solutions-containers.ads [new file with mode: 0644]
src/alire/alire-solutions.adb
src/alire/alire-solutions.ads
src/alire/alire-solver-predefined_options.ads [new file with mode: 0644]
src/alire/alire-solver.adb
src/alire/alire-solver.ads
src/alr/alr-commands-get.adb
src/alr/alr-commands-install.adb
testsuite/tests/install/binary-release/test.py
testsuite/tests/install/executable-dependency/test.py
testsuite/tests/install/indexed/test.py [new file with mode: 0644]
testsuite/tests/install/indexed/test.yaml [new file with mode: 0644]