]> _ Git - alire.git/commit
Require explicit `binary=true` for all binary origins (#1598)
authorAlejandro R Mosteo <amosteo@unizar.es>
Thu, 29 Feb 2024 10:40:38 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 10:40:38 +0000 (11:40 +0100)
commit2bf0f9ed2599d4f2d5dbdabcb4bda8c6e69b9c30
tree188cd170df1d0a33ba7668ca87bd6b867324d224
parent7d67c4bbc22bad11a04b84bef34fe992c881ad26
Require explicit `binary=true` for all binary origins (#1598)

* Package to track future features

* Loading metadata and explicit binary
16 files changed:
alire.toml
deps/semantic_versioning
doc/catalog-format-spec.md
src/alire/alire-index.ads
src/alire/alire-index_features.ads [new file with mode: 0644]
src/alire/alire-loading.ads [new file with mode: 0644]
src/alire/alire-origins.adb
src/alire/alire-origins.ads
src/alire/alire-toml_adapters.adb
src/alire/alire-toml_adapters.ads
src/alire/alire-toml_index.adb
testsuite/tests/index/origin-dynamic-binary-explicit/my_index/crates/libhello_1.0.0.tgz [new file with mode: 0644]
testsuite/tests/index/origin-dynamic-binary-explicit/my_index/index/he/hello_world/hello_world-0.1.0.toml [new file with mode: 0644]
testsuite/tests/index/origin-dynamic-binary-explicit/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/index/origin-dynamic-binary-explicit/test.py [new file with mode: 0644]
testsuite/tests/index/origin-dynamic-binary-explicit/test.yaml [new file with mode: 0644]