You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release added a [FaR](https://github.com/polystat/far) analyzer to Polystat CLI. In addition, the following problems were addressed:
3
+
This release addressed the usability of the `--version` option, in particular:
4
4
5
-
* Paths to files in `.sarif.json` files should be generated correctly now.
6
-
* Output and temporary directories that are specified are created if they don't exist.
7
-
* Analyzers names printed by `polystat list` and the ones used in `.sarif.json` files are now consistent (and shorter). They can also be changed easily if necessary. The analyzer names can be found by running:
8
-
```
9
-
java -jar polystat.jar list
10
-
```
11
-
* Using odin v0.4.3 (with better support for J2EO output).
5
+
* In addition to the version of the `polystat-cli` itself, `polystat --version` also prints the following:
6
+
*`j2eo` version (the one when no `--j2eoVersion` is specified)
7
+
*`py2eo` version
8
+
*`odin` version
9
+
*`far` version
10
+
11
+
* The names of downloaded `j2eo` jars now include the version downloaded, e.g. `j2eo-v0.5.3.jar`.
12
+
13
+
* The `--version` commandline option now has a shorter alternative `-v`, so that `polystat --version` and `polystat -v` are equivalent.
14
+
15
+
Besides, the names of analyzers where changed according to needs of @APotyomkin. You may want to update the config files. See the updated names by typing `polystat list`.
0 commit comments