]> _ Git - alire.git/commit
Fix missing checks for invalid solution (#420)
authorAlejandro R Mosteo <amosteo@unizar.es>
Sat, 23 May 2020 18:52:36 +0000 (20:52 +0200)
committerGitHub <noreply@github.com>
Sat, 23 May 2020 18:52:36 +0000 (20:52 +0200)
commit437af69acb7625603c4a3255c9cd1728c5807c61
treebca4aaffbd0516755e02347985844eda6cc5a672
parentd63e3528785ff4084563dd1dbcfd73e3b1db2bf8
Fix missing checks for invalid solution (#420)

* Fix missing checks for invalid solution

These were causing uncontained errors after an `alr get --only`

* Test for proper behavior after `alr get --only`
src/alire/alire-solutions.adb
src/alire/alire-solutions.ads
src/alr/alr-commands-get.adb
testsuite/tests/get/only/test.py [new file with mode: 0644]
testsuite/tests/get/only/test.yaml [new file with mode: 0644]