]> _ Git - alire.git/commit
Alr.Commands: new Edit command (#545)
authorFabien Chouteau <Fabien-Chouteau@users.noreply.github.com>
Fri, 25 Sep 2020 15:03:36 +0000 (17:03 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 15:03:36 +0000 (17:03 +0200)
commit30f7c8b480e1ee72289d899bc0dc4fd42779634a
tree7103d177f2be2d3cc5b21737723760e2ef0119c3
parentff8f3327bafc0e2dd41c0e994ef956a490452e5b
Alr.Commands: new Edit command (#545)

* Alr.Commands: new Edit command

For the moment it opens GNATstudio within the Alire context.

* Alr.Commands.Init: add Create_Missing_Dirs

So the build won't fail if -p is not used with gprbuild.

* Fix test description

* testsuite/tests/workflows/edit: fix test when GNATstudio not in PATH
src/alr/alr-commands-edit.adb [new file with mode: 0644]
src/alr/alr-commands-edit.ads [new file with mode: 0644]
src/alr/alr-commands-init.adb
src/alr/alr-commands.adb
src/alr/alr-commands.ads
testsuite/tests/workflows/edit/my_index/index.toml [new file with mode: 0644]
testsuite/tests/workflows/edit/my_index/li/libhello/libhello-1.0.0.toml [new file with mode: 0644]
testsuite/tests/workflows/edit/test.py [new file with mode: 0644]
testsuite/tests/workflows/edit/test.yaml [new file with mode: 0644]