ruff/crates/ruff_python_ast
Charlie Marsh 96d310fbab
Remove Stmt::TryStar (#6566)
## Summary

Instead, we set an `is_star` flag on `Stmt::Try`. This is similar to the
pattern we've migrated towards for `Stmt::For` (removing
`Stmt::AsyncFor`) and friends. While these are significant differences
for an interpreter, we tend to handle these cases identically or nearly
identically.

## Test Plan

`cargo test`
2023-08-14 13:39:44 -04:00
..
src Remove Stmt::TryStar (#6566) 2023-08-14 13:39:44 -04:00
tests Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
Cargo.toml Add static assertions to nodes (#6228) 2023-08-01 11:54:49 +02:00