Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

v9.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Mar 12:17
a17b095

StaticLint v9.0.0

Diff since v8.2.2

  • breaking: Binding now has a is_public field

Merged pull requests:

  • Julia Package Butler Updates (#388) (@github-actions[bot])
  • feat: public kwarg handling (#392) (@pfitzseb)
  • Fix #382. Remove spurious method call error in function definition. (#396) (@zengmao)
  • Julia Package Butler Updates (#397) (@github-actions[bot])
  • Fix relative import resolution (#402) (@gcv)
  • fix: tweak type handling to work on 1.12 (#403) (@pfitzseb)
  • fix: run loop iter check on inferred type (#406) (@pfitzseb)
  • fix: fallback to Any in _super instead of erroring (#408) (@pfitzseb)
  • fix: improve number iter check stability (#409) (@pfitzseb)
  • fix: improve robustness of missingref getfield check (#410) (@pfitzseb)
  • fix: off-by-one when inferring type by use (#412) (@pfitzseb)
  • ci: create dependabot.yml (#413) (@pfitzseb)

Closed issues:

  • Spurious method call error warning for function definition with type annotation and default positional argument (#382)
  • Recent PR crashes things (#407)
  • IncorrectIterSpec false positive (#411)