suchnsuch / Tangent

The publicly-available modules of the Tangent project.
63 stars 5 forks source link

Investigate file deletion issues with alternative deletion strategies #49

Open taylorhadden opened 2 months ago

taylorhadden commented 2 months ago

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.

taylorhadden commented 5 days ago

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