VisionSystemsInc / VisionSystemsInc/vsi_common
Just spaces instead of underscores
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8
- Forks
- 9
- Avg merge
- 36m
- Merged PRs (30d)
- 1
Description
Once we move to spaces instead of underscores, and allow sub sub ... commands, the search time will increase with the number of arguments in the just command executed. Even though there will be no hard limit on the the number of subs allows in a command, a soft limit would be a good idea to keep the search time down, but allow the user to increase it.
Maybe write a just target that checks for problems, and check to see if the soft limit is too low, or find a way to auto set the soft limit.
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 examining how this repository invokes and configures just commands; the issue names no files, tests, or entry points. Determine how nested subcommands affect search time, then define and validate a configurable soft limit or an automatic limit, including how a diagnostic just target would report problems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100