ruff/crates
Charlie Marsh 262c04f297
Use binary semantics when __iadd__ et al are unbound (#13987)
## Summary

I noticed that augmented assignments on floats were yielding "not
supported" diagnostics. If the dunder isn't bound at all, we should use
binary operator semantics, rather than treating it as not-callable.
2024-10-30 13:09:22 +00:00
..
red_knot
red_knot_python_semantic Use binary semantics when __iadd__ et al are unbound (#13987) 2024-10-30 13:09:22 +00:00
red_knot_server
red_knot_test
red_knot_vendored
red_knot_wasm
red_knot_workspace
ruff
ruff_benchmark Use binary semantics when __iadd__ et al are unbound (#13987) 2024-10-30 13:09:22 +00:00
ruff_cache
ruff_db
ruff_dev
ruff_diagnostics
ruff_formatter
ruff_graph
ruff_index
ruff_linter docs: typo in refurb-sorted-min-max (#13993) 2024-10-30 12:07:42 +00:00
ruff_macros
ruff_notebook
ruff_python_ast Add remaining augmented assignment dunders (#13985) 2024-10-30 13:02:29 +00:00
ruff_python_ast_integration_tests
ruff_python_codegen
ruff_python_formatter
ruff_python_index
ruff_python_literal
ruff_python_parser
ruff_python_resolver
ruff_python_semantic
ruff_python_stdlib
ruff_python_trivia
ruff_python_trivia_integration_tests
ruff_server
ruff_source_file
ruff_text_size
ruff_wasm
ruff_workspace