Create to new directory
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- Python
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Some "create" functions (e.g., pyscript create) want to write only to a new directory. So we should allow this with a tempdir, and cp() to the original destination.
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 create functions, including the pyscript create path, and the existing cp() handling. Determine how a temporary directory can be used for creation, then copied to the original destination; done means create operations can write only to a new directory before the copy completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100