ruff/crates/red_knot_python_semantic/resources/mdtest/diagnostics
Andrew Gallant 6dc2d29966 red_knot_python_semantic: migrate INVALID_ASSIGNMENT for shadowing
We mostly keep things the same here, but the message has been moved from
the annotation to the diagnostic's top-line message. I think this is
perhaps a little worse, but some bigger improvements could be made here.
Indeed, we could perhaps even add a "fix" here.
2025-04-22 12:08:03 -04:00
..
attribute_assignment.md [red-knot] Document current state of attribute assignment diagnostics (#16746) 2025-03-14 20:34:43 +01:00
invalid_argument_type.md [red-knot] Better diagnostics for method calls (#16362) 2025-02-25 09:58:08 +01:00
no_matching_overload.md [red-knot] Support multiple overloads when binding parameters at call sites (#16568) 2025-03-11 15:08:17 -04:00
shadowing.md red_knot_python_semantic: migrate INVALID_ASSIGNMENT for shadowing 2025-04-22 12:08:03 -04:00
unpacking.md red_knot_python_semantic: add invalid assignment diagnostic snapshot 2025-04-22 12:08:03 -04:00
unresolved_import.md [red-knot] fix unresolvable import range (#15976) 2025-02-05 14:01:58 -05:00
version_related_syntax_errors.md [red-knot] Detect version-related syntax errors (#16379) 2025-04-17 14:00:30 -04:00