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.tomlwith apathsetting (42f96b4) - Correct analyzing of variables in WhileHeader options (3a4ee79)
Features
- Python 3.13 support (3874a9c)
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)