JuliaDataCubes / JuliaDataCubes/YAXArrays.jl
Overwrite=true should check whether the path is valid for the given backend
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Julia
- Stars
- 132
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Because we use rm(path, recursive=true) we should check whether the path is valid for the detected backend so that we don*t accidentaly delete files by providing a misspelled path.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the overwrite=true handling and the rm(path, recursive=true) call, then trace how the detected backend represents valid paths. The change is done when a misspelled or invalid path is rejected before recursive removal; add or update coverage for that failure case if the relevant tests are found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100