persistence problems #19
Labels
No Label
bug
correctness
discussion
documentation
duplicate
easy
enhancement
feature
gtk
hard
help wanted
in-progress
invalid
library
ncurses
performance
question
refactoring
testing
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hasufell/hsfm#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Filesystem is not persistent... a regular file could be a directory a moment later without our functions knowing yet, unless they call low-level posix functions which might then either fail or do unexpected things.
A few concrete things:
copy buffer should be updated/invalidated via hinotify?edit: some work done in
48edf7d47b
https://utcc.utoronto.ca/~cks/space/blog/unix/FileSyncProblem