Skip to content

v0.94.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 20:55
· 337 commits to main since this release
v0.94.0
b34daae

Bug Fixes

  • analyzer: Better exception message for invalid command variable files (f8cb770)
  • analyzer: Decrease load load library timeout and better error messages if time out occurs (a3fb4a3)
  • docs: Corrected some things about the inheritance of profiles (aa50cc7)
  • repl: Corrected start of repl command if there is no robot.toml with a path setting (42f96b4)
  • Correct analyzing of variables in WhileHeader options (3a4ee79)

Features

Performance

  • analyze: Improved performance of code analysis (more then 2x faster) (2951759)
  • analyze: Optimize find unused refences (1.5x-2x faster) (fda1f02)
  • analyzer: Move model and token analyzing to the normal analysing stage (7b3eb0c)

Refactor

  • analyze: Remove unused/unneeded call to find variable in namespace (b561607)

Testing

  • Update tests for RF 7.1.1 (702c5c9)