Skip to content

0.11.1

Compare
Choose a tag to compare
@mpeterv mpeterv released this 09 Aug 16:44
· 448 commits to master since this release

Improvements:

  • More accurate analysis around literal conditions, e.g. while true do ... end.
  • Extra threads are not created when number of files is less than value of --jobs option.

Fixes:

  • Fixed crash on unreachable repeat condition (#36).
  • Fixed crash when using --ranges with cache.
  • Fixed incorrect output or crashes when loading cache created by a different version (#37).
  • Fixed crash when an upvalue is followed by an infinite loop.