goblint / GobPie

Goblint IDE integration via MagpieBridge
MIT License
5 stars 3 forks source link

Fix analysis running with invalid config #65

Closed FeldrinH closed 1 year ago

FeldrinH commented 1 year ago

This fixes https://github.com/goblint/GobPie/issues/62 by tracking if the Goblint config is valid and not running analysis at all if the config is invalid. It also tweaks some related error handling code to make the errors more readable and removes reading config on startup, because it is now done on initial analysis.