]> _ Git - alire.git/commit
Fix: Load index prior to pinning to folder (#449)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Fri, 19 Jun 2020 18:23:57 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 18:23:57 +0000 (20:23 +0200)
commit9a271f89f27c5b5869522a629df800c247dce8c3
tree66364fc4a2c96dbb0a107ae46335a82e7615a752
parent950b73433677e805af6b9bc5603608484df316c7
Fix: Load index prior to pinning to folder (#449)

While this has no implications for the crate being pinned, any regularly solved
crates will be missing afterwards unless the index is loaded pre-pinning.
src/alr/alr-commands-pin.adb
testsuite/tests/pin/pin-dir-with-regular/my_index/crates/libhello_1.0.0/libhello.gpr [new file with mode: 0644]
testsuite/tests/pin/pin-dir-with-regular/my_index/crates/libhello_1.0.0/src/libhello.ads [new file with mode: 0644]
testsuite/tests/pin/pin-dir-with-regular/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/pin/pin-dir-with-regular/my_index/index/li/libhello.toml [new file with mode: 0644]
testsuite/tests/pin/pin-dir-with-regular/test.py [new file with mode: 0644]
testsuite/tests/pin/pin-dir-with-regular/test.yaml [new file with mode: 0644]