]> _ Git - alire.git/commit
Implement load of individual crates from index (#1006)
authorAlejandro R Mosteo <amosteo@unizar.es>
Tue, 26 Apr 2022 08:45:21 +0000 (10:45 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Apr 2022 08:45:21 +0000 (10:45 +0200)
commit82f45dcb2f28f00687b648315760c1e7c985b47e
treeae9227a4cded48edcab67b20a1be3261921fc64a
parentcf8e10beead2dfa96e4018e954a59994615c349a
Implement load of individual crates from index (#1006)

* Make index set its own type

* Basics for individual crate loading in place

* Complete single crate loading and use in `show`

* Use Empty_Set instead of Empty for older compilers
12 files changed:
src/alire/alire-index_on_disk-loading.adb
src/alire/alire-index_on_disk-loading.ads
src/alire/alire-index_on_disk.adb
src/alire/alire-index_on_disk.ads
src/alire/alire-toml_index.adb
src/alire/alire-toml_index.ads
src/alire/alire.ads
src/alr/alr-commands-index.adb
src/alr/alr-commands-show.adb
src/alr/alr-commands-version.adb
src/alr/alr-commands.adb
src/alr/alr-commands.ads