mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
![]() <!-- Thank you for contributing to Ruff! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Part of #15655 Replaced statement nodes with autogenerated ones. Reused the stuff we introduced in #16285. Nothing except for copying the nodes to new format. ## Test Plan Tests run without any changes. Also moved the test that checks size of AST nodes to `generated.rs` since all of the structs that it tests are now there. <!-- How was it tested? --> |
||
---|---|---|
.. | ||
visitor | ||
comparable.rs | ||
docstrings.rs | ||
expression.rs | ||
generated.rs | ||
helpers.rs | ||
identifier.rs | ||
int.rs | ||
lib.rs | ||
name.rs | ||
node.rs | ||
nodes.rs | ||
operator_precedence.rs | ||
parenthesize.rs | ||
python_version.rs | ||
relocate.rs | ||
script.rs | ||
statement_visitor.rs | ||
stmt_if.rs | ||
str.rs | ||
str_prefix.rs | ||
traversal.rs | ||
types.rs | ||
visitor.rs | ||
whitespace.rs |