Make thread safe
Open
- Dominant language
- TypeScript
- Stars
- 95
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Probably, current --cache option is not thread safe.
```
ls | xargs create-validator-ts
# cache is race condition
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the race with `ls | xargs create-validator-ts` and trace the `--cache` option in the command's implementation. Determine the concurrent-access failure and define done as parallel invocations completing without corrupting or conflicting cache state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100