mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-20 04:29:47 +00:00
Changes: - Add `Terminal::RaiseNotImplemented` enum variant - Modify `Terminal::from_function()` to accept `SemanticModel` and detect `NotImplementedError` during traversal - Update `and_then()` and `branch()` combination methods to handle the new variant - Remove `only_raises_not_implemented_error()` helper function - Update `auto_return_type()` to check for `Terminal::RaiseNotImplemented` directly - Update all call sites to pass `SemanticModel` to `Terminal::from_function()` |
||
|---|---|---|
| .. | ||
| resources/test/fixtures/cfg | ||
| src | ||
| Cargo.toml | ||