darcs

Patch 2381 resolve issue2714: cannot remove recursively

Title resolve issue2714: cannot remove recursively
Superseder Nosy List bfrk
Related Issues
Status obsoleted Assigned To
Milestone

Created on 2024-05-08.09:33:44 by bfrk, last changed 2024-05-08.13:03:49 by bfrk.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2024-05-08.09:33:43 text/x-darcs-patch
resolve-issue2714_-cannot-remove-recursively_0.dpatch bfrk, 2024-05-08.09:33:43 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg23792 (view) Author: bfrk Date: 2024-05-08.09:33:43
This incurs a slight inefficiency that we may want to fix at some point, see
the comment in the code. The main problem with fixing these kind of
inefficiencies is that it makes the code more complicated, since we have to
keep track of and update the tree state. An API with implicit updates (i.e.
using unsafeInterleaveIO, such as for PatchInfoAnd and PatchSet) is easier
to use, but makes it much harder to control memory usage.

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

patch 9768b3e2ed31cfeb37b88cd5f814e0b972825bc7
Author: Ben Franksen <ben.franksen@online.de>
Date:   Mon May  6 20:37:23 CEST 2024
  * resolve issue2714: cannot remove recursively
Attachments
msg23793 (view) Author: bfrk Date: 2024-05-08.13:03:49
Ups, sent the same patch twice.
History
Date User Action Args
2024-05-08 09:33:44bfrkcreate
2024-05-08 13:03:49bfrksetstatus: needs-screening -> obsoleted
messages: + msg23793