rust-lang / rust-lang/rust-analyzer
We need more incrementality tests
Open
@Veykril is already working on this.
Since Nov 30, 2023.
A-infra
A-perf
Broken Window
C-bug
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
We currently only have a very few for the defmap here
https://github.com/rust-lang/rust-analyzer/blob/87e2c310f9f1770aa09c1223ae4a5b7b8ce33360/crates/hir-def/src/nameres/tests/incremental.rs
and while def map incrementality is the most important one to get right we should also check for more things, like typechecking not being invalidated in expected cases etc
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.
Assessment
This issue has not been assessed yet.