Skip to content

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 12 May 18:41
· 447 commits to main since this release

Added

  • AnalysisSession::class_issues_for(): exposes cross-file class diagnostics (abstract-method gaps, override violations, circular inheritance) so LSP consumers can retrieve the complete diagnostic picture alongside analyze_dependents_of() without accessing ClassAnalyzer directly.