Skip to content

v4.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 20:21

StaticLint v4.4.0

Diff since v4.3.0

Closed issues:

  • Detect/warn on unused function arguments (#118)
  • Should UnusedFunctionArgument ignore _ arguments? (#163)
  • type FunctionStore has no field type (#165)
  • "Possible method call error" at function definition (#184)

Merged pull requests:

  • Add rudimentary handling for @eval (#164) (@ZacLN)
  • Fix datatype declaration check (#166) (@ZacLN)
  • Fixes (#167) (@ZacLN)
  • fix typo (#168) (@ZacLN)
  • Run scopepass on self to hit more code (#169) (@ZacLN)
  • make sure we're not using relative paths when loading files (#170) (@ZacLN)
  • Explicitly resolve new within struct defs (#171) (@ZacLN)
  • remove infinite loop breaker (#172) (@ZacLN)
  • Ensure we follow VarRefs to the object they point at (#173) (@ZacLN)
  • Misc fixes (#174) (@ZacLN)
  • Julia Package Butler Updates (#176) (@github-actions[bot])
  • fix id access issue (#177) (@ZacLN)
  • Bug fixes: method overloading, import/exports, add macro handler (#179) (@ZacLN)
  • symbol lookup fixes (#182) (@ZacLN)
  • remove some while loops, add safety trip to remaining while (#183) (@ZacLN)
  • fic call check (remove surround type info from func sigs) (#185) (@ZacLN)
  • check scope exists before adding a name to it (#187) (@ZacLN)