ruff/crates/ruff_python_semantic/src/analyze
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
..
branch_detection.rs Remove Stmt::TryStar (#6566) 2023-08-14 13:39:44 -04:00
function_type.rs Return a slice in StmtClassDef#bases (#6311) 2023-08-03 16:21:55 +00:00
logging.rs Allow capitalized names for logger candidate heuristic match (#6356) 2023-08-04 23:25:34 +00:00
mod.rs Extract shared simple AST node inference utility (#4871) 2023-06-05 18:23:37 +00:00
type_inference.rs Add support for unions to our Python builtins type system (#6541) 2023-08-13 18:00:50 -04:00
typing.rs Respect typing_extensions imports of Annotated for B006. (#6361) 2023-08-05 17:39:52 +00:00
visibility.rs Use dedicated AST nodes on MemberKind (#6374) 2023-08-07 17:17:58 +00:00