Open
Description
When two processes run in parallel, valious asdf-related calls (e.g. system-relative-pathname in my case) simultaneously tries to delete system-index.txt.bak which fail because another process has already deleted it.
Candidate solutions:
- Take some form of file lock on system-index.txt
- Ignore the error and just ensure the backup file is deleted
- Name the backup file with a hash value to minimize the collision
Metadata
Metadata
Assignees
Labels
No labels