darcs

Patch 1836 resolve issue2625: catch only IO exceptions from apply...

Title resolve issue2625: catch only IO exceptions from apply...
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2019-06-16.11:40:03 by bfrk, last changed 2019-07-28.19:38:40 by ganesh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2019-06-16.11:40:03 text/x-darcs-patch
resolve-issue2625_-catch-only-io-exceptions-from-applytoworking.dpatch bfrk, 2019-06-16.11:40:03 application/x-darcs-patch
unnamed bfrk, 2019-06-16.11:40:03 text/plain
See mailing list archives for discussion on individual patches.
Messages
msg20843 (view) Author: bfrk Date: 2019-06-16.11:40:03
It turned out that we already do this everywhere except in D.R.Clone and
D.UI.ApplyPatches.

BTW, it looks to me as if this catching of IO exceptions is done uniformly
whenever we call applyToWorking. Might make sense to factor it into the
function itself to reduce duplication.

1 patch for repository http://darcs.net/screened:

patch 616c8227e46032ef3571113efc65d9552f6b22d3
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Jun 16 13:24:14 CEST 2019
  * resolve issue2625: catch only IO exceptions from applyToWorking
Attachments
msg20976 (view) Author: ganesh Date: 2019-07-27.20:10:01
Looks good.
History
Date User Action Args
2019-06-16 11:40:03bfrkcreate
2019-06-18 13:10:08bfrksetstatus: needs-screening -> needs-review
2019-07-27 20:10:01ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg20976
2019-07-28 19:38:40ganeshsetstatus: accepted-pending-tests -> accepted