Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option to disable incremental analysis #51

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

FeldrinH
Copy link
Collaborator

This pull request adds an optional config option incrementalAnalysis to gobpie.json.

If not specified, it defaults to true, which is corresponds to the current behavior. If set to false it will run Goblint analysis with incremental analysis mostly* disabled.

* As far as I know the reset option for the analyze request does not disable incremental analysis but instead clears almost all existing incremental analysis results, which in practice has more or less the same effect as disabling incremental analysis.

This is useful because incremental analysis in server mode can in some cases cause Goblint to crash or return inconsistent results (see for example goblint/analyzer#940).

@karoliineh karoliineh added the enhancement New feature or request label Mar 15, 2023
@karoliineh karoliineh merged commit 47531e4 into goblint:master Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants