suchnsuch / Tangent

The publicly-available modules of the Tangent project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate file deletion issues with alternative deletion strategies

taylorhadden opened this issue · comments

A previously reported issue (#9) pointed to there being some conflict with file deletion within shared drives. This has also been mentioned in a different context by another user. Since it's cropped up twice, I think it makes sense to dig into it a little further.

My first thought is that there's something going on with which call Tangent is using to delete files. Perhaps switching to a simple rm style deletion will have a different effect. A debug setting should help A/B this.

This is live since v0.8.0-alpha.3. Need to confirm that it actually solves the problems I want to solve.