]> _ Git - alire.git/commit
Install a local crate (#1322)
authorAlejandro R Mosteo <amosteo@unizar.es>
Tue, 14 Feb 2023 16:09:39 +0000 (17:09 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 16:09:39 +0000 (17:09 +0100)
commit715b13580c9374649007fce56a0f50b272c3b787
tree7e40f5957fb971a6f05a6aa5cf3a8c005b8a322b
parent3b7b139049eb11a05f50c557855c35af88f5fb4e
Install a local crate (#1322)

* Install a local crate to a prefix

* Make --this the default, list info with --info
28 files changed:
doc/user-changes.md
src/alire/alire-errors.ads
src/alire/alire-install.adb
src/alire/alire-install.ads
src/alire/alire-platforms-folders.ads
src/alire/alire-releases.ads
src/alire/alire-roots.adb
src/alire/alire-roots.ads
src/alire/alire-solutions.adb
src/alire/alire-solutions.ads
src/alire/alire-spawn.adb
src/alire/alire-spawn.ads
src/alire/os_windows/alire-platforms-folders__windows.adb
src/alr/alr-commands-install.adb
src/alr/alr-commands-install.ads
src/alr/alr-commands.adb
src/alr/alr-commands.ads
testsuite/drivers/asserts.py
testsuite/drivers/helpers.py
testsuite/tests/install/binary-release/test.py
testsuite/tests/install/default-location/test.py [new file with mode: 0644]
testsuite/tests/install/default-location/test.yaml [new file with mode: 0644]
testsuite/tests/install/dynamic-linking/test.py [new file with mode: 0644]
testsuite/tests/install/dynamic-linking/test.yaml [new file with mode: 0644]
testsuite/tests/install/executable-dependency/test.py [new file with mode: 0644]
testsuite/tests/install/executable-dependency/test.yaml [new file with mode: 0644]
testsuite/tests/install/static-linking/test.py [new file with mode: 0644]
testsuite/tests/install/static-linking/test.yaml [new file with mode: 0644]