Merge branch 'wip'

This commit is contained in:
Joey Hess 2019-05-07 13:07:45 -04:00
commit aaeb85361c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
8 changed files with 65 additions and 35 deletions

View file

@ -14,6 +14,8 @@ temp filepath. So, it's escaped the locking that `withOtherTmp` does, and
another process can clean up the temp files at the wrong point in time.
This will need some significant code reworking to fix.
> [[fixed|done]] --[[Joey]]
This is a fairly new problem because the code to have other processes
cleanup stale othertmp files was only added a couple months back.