indygreg / indygreg/PyOxidizer
Clean stale temp directories
Open
bug
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
Builds occassionally leave tempdirs behind, probably when they failed/halted. The name prefixes of them are known to the app.
It would be good to have a check for them , warning they exist, and a 'purge' subcommand to delete them all.
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin by tracing where builds create their tempdirs and where CLI subcommands are defined. Use the app's known name prefixes as the scope; done means stale directories are reported and a purge command removes all matching directories. The issue provides no test or file paths, so identify those before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100