llvm / llvm/llvm-lnt

The lnt admin command should not take --test-suite directly

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

Nobody has claimed this yet.

Dominant language
Python
Stars
35
Forks
34
Avg merge
5h 46m
Merged PRs (30d)
12

Description

Some sub-commands don't require knowing the test-suite (such as `lnt admin test-suite add`), and it's awkward to have to specify it.

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 locating the `lnt admin` command handling and compare how `lnt admin test-suite add` receives its arguments with subcommands that do need a test suite. The work is done when commands that do not need a test suite no longer require `--test-suite`, while relevant administrative commands continue to accept the information they need.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.