zed/crates/project
Kirill Bulatov deb194b49b
Properly deduplicate overlapping range formatting results (#62935)
Fixes https://github.com/zed-industries/zed/issues/62780

When formatting changed-only regions, we have received formatting
changes that are larger than the regions submitted.
Previous code merged only adjacent hunks in a single response, without
merging anything else, e.g. multiple responses' ranges that overlapped.

Release Notes:

- Fixed overlapping range format results duplicating the text
2026-08-20 12:15:06 +00:00
..
src Properly deduplicate overlapping range formatting results (#62935) 2026-08-20 12:15:06 +00:00
tests/integration Deduplicate worktree entries from LSP paths with mismatched casing (#61392) 2026-08-20 11:19:14 +00:00
Cargo.toml Switch from cargo-machete to cargo-shear (#62643) 2026-08-20 10:08:48 +00:00
LICENSE-GPL