fix(cli): show all diagnostics in types command

combine type checker diagnostics with judgements info diagnostics
This commit is contained in:
2026-06-24 14:11:15 +02:00
parent 6c04e2fee4
commit 66f39acec0

View File

@@ -41,6 +41,7 @@ def types(
message=f"Type: {type}",
)
)
diagnostics.extend(checker.diagnostics)
printer = DiagnosticPrinter()
printer.print_all(diagnostics)