Skip to content

0.8.2

Latest
Compare
Choose a tag to compare
@EliotVU EliotVU released this 23 Jul 22:34
· 3 commits to develop since this release
403d665

This hotfix mostly addresses problems with type checking (when 'check types' is enabled) and other minor issues:

In order to fix all of the listed issues above, the type checking had to be expanded to validate and consider 'variables' modifiers, and as a result more incompatible types should be reported; but this may also cause more false-positives to be reported in cases where the data is incomplete (i.e. macros)