ruff/crates/ruff_text_size
Christian Aguilera 166b9d18ee [`ruff`] Ability to specify `--range` multiple times.
## Summary

Text ranges that overlap (or are adjacent) will be collapsed. This is
done after text ranges have been adjusted to their enclosing nodes in
the tree. Formatting of each range is then performed starting from the
bottom of the file, ensuring that the following range still applies to
the lines that the user intended to format.

Implements #12800.

## Test Plan

- Pre-existing unit tests ensure no regression or unexpected behavior
  change in regular executions with a single `--range` argument.
- New unit tests have been added to cover the feature enhancement.
2025-10-25 13:32:25 +01:00
..
src [`ruff`] Ability to specify `--range` multiple times. 2025-10-25 13:32:25 +01:00
tests Add rustfmt.toml file (#18197) 2025-05-19 11:40:58 -04:00
Cargo.toml [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00