Allow merging of file systems #156

Open
opened 2020-12-07 16:53:26 +01:00 by FWDekker · 0 comments
Owner

It would be great if instances of FileSystem could be merged. This would pave the way to allowing users to retain their files after an update. The semantics should be as follows, approximately: fs1.merge(fs2) would add all files from fs2 to fs1, overwriting them if necessary. After an update, the exist fs would be fs1 and the new one would be fs2.

This issue is not about retaining files after an update though. This issue is just about the merge function!

It would be great if instances of `FileSystem` could be merged. This would pave the way to allowing users to retain their files after an update. The semantics should be as follows, approximately: `fs1.merge(fs2)` would add all files from `fs2` to `fs1`, overwriting them if necessary. After an update, the exist fs would be `fs1` and the new one would be `fs2`. _This issue is not about retaining files after an update though. This issue is just about the `merge` function!_
FWDekker added this to the v1.0.0 milestone 2020-12-07 16:53:26 +01:00
FWDekker added the
feature
label 2020-12-07 16:53:26 +01:00
FWDekker self-assigned this 2020-12-07 16:53:26 +01:00
Sign in to join this conversation.
No description provided.