darcs

Patch 2119 resolve issue2667: catch IO errors in seekRepo

Title resolve issue2667: catch IO errors in seekRepo
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2020-11-20.16:40:46 by bfrk, last changed 2020-12-19.22:29:24 by ganesh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2020-11-20.16:40:45 text/x-darcs-patch
resolve-issue2667_-catch-io-errors-in-seekrepo.dpatch bfrk, 2020-11-20.16:40:45 application/x-darcs-patch
unnamed bfrk, 2020-11-20.16:40:45 text/plain
See mailing list archives for discussion on individual patches.
Messages
msg22519 (view) Author: bfrk Date: 2020-11-20.16:40:45
1 patch for repository http://darcs.net/screened:

patch 9e066dc3b9110a570bbf4d5b4ad137d1f7a9cab1
Author: Ben Franksen <ben.franksen@online.de>
Date:   Fri Nov 20 17:46:10 CET 2020
  * resolve issue2667: catch IO errors in seekRepo
  
  When we (recursively) cd ".." to determine if we are in a darcs repo, we may
  well hit an IO error, such as permission denied. We now catch such errors,
  emit a warning, and return Nothing (not in a repo).
Attachments
msg22561 (view) Author: ganesh Date: 2020-12-19.21:45:20
Looks good
History
Date User Action Args
2020-11-20 16:40:46bfrkcreate
2020-11-21 04:53:34bfrksetstatus: needs-screening -> needs-review
2020-12-19 21:45:20ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg22561
2020-12-19 22:29:24ganeshsetstatus: accepted-pending-tests -> accepted