ruff/crates/red_knot_project
Andrew Gallant 4e169e5f6c red_knot: use Diagnostic inside of red knot
This replaces things like `TypeCheckDiagnostic` with the new Diagnostic`
type.

This is a "surgical" replacement where we retain the existing API of
of diagnostic reporting such that _most_ of Red Knot doesn't need to be
changed to support this update. But it will enable us to start using the
new diagnostic renderer and to delete the old renderer. It also paves
the path for exposing the new `Diagnostic` data model to the broader Red
Knot codebase.
2025-04-02 10:10:01 -04:00
..
resources/test/corpus Rename red_knot_workspace to red_knot_project (#15615) 2025-01-20 14:02:36 +01:00
src red_knot: use Diagnostic inside of red knot 2025-04-02 10:10:01 -04:00
tests [red-knot] use fixpoint iteration for all cycles (#14029) 2025-03-12 12:41:40 +00:00
Cargo.toml [red-knot] IDE crate (#17045) 2025-04-01 09:36:00 +02:00