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
After goblint/analyzer#358 it's possible to use Goblint's incremental analysis directly, so the plugin should do that using the incremental.load and incremental.save options.
Another possibility might be to not force GobPie to run Goblint with those options itself, but just require that the user enable them via #2 themselves. That would allow using the plugin both incrementally and non-incrementally without implementing anything. On the downside, if the user forgets to enable incremental in the conf file, all the analysis will be non-incremental by default, which will be silently slower than expected.
The text was updated successfully, but these errors were encountered:
…le in the project. #2
Analysis is now triggered on a file when the file gets opened in the IDE (in additon to triggering the analysis when the file is saved). Extension works with incremental.json conf file configuration, closes#5 (incremental.json conf is now used in the DemoProject as well).
After goblint/analyzer#358 it's possible to use Goblint's incremental analysis directly, so the plugin should do that using the
incremental.load
andincremental.save
options.Another possibility might be to not force GobPie to run Goblint with those options itself, but just require that the user enable them via #2 themselves. That would allow using the plugin both incrementally and non-incrementally without implementing anything. On the downside, if the user forgets to enable incremental in the conf file, all the analysis will be non-incremental by default, which will be silently slower than expected.
The text was updated successfully, but these errors were encountered: