]> _ Git - alire.git/commit
Fix a bug in the dependency checkout logic (#440)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Fri, 19 Jun 2020 17:12:46 +0000 (19:12 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 17:12:46 +0000 (19:12 +0200)
commitc9cd2d9eeb7217f9cb3fdecafdd875ada80f0ff6
tree69bd829d825a236e45f2c36ceba0cc749481cb46
parentdcd7b6605db80a8a6ea6921fa7ca141efe57991b
Fix a bug in the dependency checkout logic (#440)

This bug would manifest when a regular release other than the root one in the
solution depends on a linked dependency. With the proposed change we should be
covered for any future dependency kind that is not fulfilled by a regular release.
src/alire/alire-workspace.adb
testsuite/tests/get/indirect-link/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/get/indirect-link/my_index/index/ti/tier1.toml [new file with mode: 0644]
testsuite/tests/get/indirect-link/my_index/index/ti/tier2.toml [new file with mode: 0644]
testsuite/tests/get/indirect-link/my_index/index/ti/tier3.toml [new file with mode: 0644]
testsuite/tests/get/indirect-link/test.py [new file with mode: 0644]
testsuite/tests/get/indirect-link/test.yaml [new file with mode: 0644]