rust-lang / rust-lang/rust-analyzer
`clippy` fork bomb
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
rust-analyzer version: based off of add096303324 https://github.com/RoloEdits/rust-analyzer/tree/build
rustc version: rustc 1.83.0 (90b35a623 2024-11-26)
editor or extension: helix
relevant settings: N/A
Summary
After opening up the zed repo and trying to check the source code, for example the breadcrumbs.rs, and doing a hover action, it eventually begins to lag as clippy processes are started over and over.
Reproduction Steps
Helix log
https://gist.github.com/RoloEdits/cbabfa4ab230019d8795111c69029063
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 with the Helix log gist and the hover path involving breadcrumbs.rs in the zed repository. Trace why clippy processes are repeatedly started after hover or checking actions. Done means reproducing the report no longer causes repeated clippy launches or progressive editor lag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100