]> _ Git - alire.git/commit
JSON, TOML output for tables (#1759)
authorAlejandro R Mosteo <amosteo@unizar.es>
Mon, 23 Sep 2024 18:12:19 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 18:12:19 +0000 (20:12 +0200)
commit62b73c9aadc3db7ab1fbb7a1c9b992f581296313
treebc367ee8f8576c4dbb152655846fafdf53b076be
parentde0b750404c6a4b3ab56384e5318048179609c77
JSON, TOML output for tables (#1759)

* Headers

* Global option --format

* fix tables without headers

* Testsuite test

* Testsuite-found fixes

* Bump submodules, testsuite dependencies
23 files changed:
.gitmodules
alire.gpr
alire.toml
alr_env.gpr
deps/aaa
deps/ansi
deps/den
deps/lml [new submodule]
src/alire/alire-index-search.adb
src/alire/alire-solutions-diffs.adb
src/alire/alire-solutions.adb
src/alire/alire-utils-did_you_mean.adb
src/alire/alire-utils-tables.adb
src/alire/alire-utils-tables.ads
src/alr/alr-commands-index.adb
src/alr/alr-commands-search.adb
src/alr/alr-commands-toolchain.adb
src/alr/alr-commands-version.adb
src/alr/alr-commands.adb
testsuite/requirements.txt
testsuite/tests/misc/structured-tables/test.py [new file with mode: 0644]
testsuite/tests/misc/structured-tables/test.yaml [new file with mode: 0644]
testsuite/tests/pin/branch/test.py