rust-lang / rust-lang/cargo-bisect-rustc
expanding a commit should include more info
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 206
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
(spawned off of https://github.com/rust-lang/cargo-bisect-rustc/pull/63/files#r387222802 )
Expanding a commit from a given sha prefix should include more info.
Most notably, the summary message associated with the commit could be included in the structure you get from expanding it.
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 locating the code path that expands a commit from a SHA prefix and the structure it returns. Check the existing behavior and tests around that path; done means the expanded result includes the commit's summary message without losing current information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100