VisionSystemsInc / VisionSystemsInc/vsi_common

Just spaces instead of underscores

Open
#406 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature just
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.