]> _ Git - alire.git/commit
Report the name of an unreadable directory (#1523)
authorSimon Wright <simon@pushface.org>
Mon, 15 Jan 2024 13:15:55 +0000 (13:15 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 13:15:55 +0000 (14:15 +0100)
commitac1b9d7d749a7ee831ed9c45fbd89ff6b9cf84f0
treef718a75a54563d24d9e0aeed2e6a130d027f406a
parenta11839b8eebc2747b22687d42357c2144e51b9aa
Report the name of an unreadable directory (#1523)

* Report the name of an unreadable directory.

  * src/alire/alire-index_on_disk.adb (New_Handler.Process_Local_Index):
      If the Path isn't a readable directory (e.g. because it doesn't
      exist), add it to the message in Outcome_Failure.
  * testsuite/tests/index/local-index-not-found/test.py: updated for
      new 'not a readable directory' report format.

* Handle Windows separator doubling.
src/alire/alire-index_on_disk.adb
testsuite/tests/index/local-index-not-found/test.py