rust-lang / rust-lang/rust-analyzer
[Feat] More history of ran action
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
The run action is super usefull, however, it might be even more usefull with a some kind of history?
Use case:
I run a test suggested by Ctrl+R and I can rerun it while working on the tested function.
Then I run another test by Ctrl+R, but I lost the capability to rerun the first test.
Also, if a test is runned by clicking, it does not appear in the rerun option. Is that a bug? Or just not implemented?
Contributor guide
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 tracing the run action, the Ctrl+R rerun option, and the click-to-run path in rust-analyzer. Determine how the current rerun entry is stored and whether both invocation paths share it. Done means defining the desired history behavior and ensuring previously run tests remain available for rerun.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100