Skip to content

v0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 22:00
· 97 commits to master since this release

Polystat v0.1.9

This release addressed the usability of the --version option, in particular:

  • In addition to the version of the polystat-cli itself, polystat --version also prints the following:

    • j2eo version (the one when no --j2eoVersion is specified)
    • py2eo version
    • odin version
    • far version
  • The names of downloaded j2eo jars now include the version downloaded, e.g. j2eo-v0.5.3.jar.

  • The --version commandline option now has a shorter alternative -v, so that polystat --version and polystat -v are equivalent.

Besides, the names of analyzers where changed according to needs of @APotyomkin. You may want to update the config files. To avoid the confusion when using the non-existent keys in includeRules or excludeRules, a helpful warning message was introduced:

WARNING: The analyzer with the key 'funny' does not exist. Run 'polystat list' to get the list of the available keys.