ruff/crates/red_knot_python_semantic
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
..
resources Use binary semantics when __iadd__ et al are unbound (#13987) 2024-10-30 13:09:22 +00:00
src Use binary semantics when __iadd__ et al are unbound (#13987) 2024-10-30 13:09:22 +00:00
tests [red-knot] Cleanup generated names of mdtest tests (#13831) 2024-10-20 15:11:53 +00:00
build.rs Modernize build scripts (#13837) 2024-10-20 22:35:35 +01:00
Cargo.toml [red-knot] Cleanup generated names of mdtest tests (#13831) 2024-10-20 15:11:53 +00:00