goblint / GobPie

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

Reload Goblint configuration in existing server instead of restarting #40

Closed karoliineh closed 2 years ago

karoliineh commented 2 years ago

Use reset_config and read_config requests to reload new Goblint configuration. The configuration is always reset to the configuration that was initially given from the command line. GobPie now starts Goblint without giving a configuration file on the command line when starting the server, to be able to still parse the initial command even in case the (first) configuration file gets deleted. The configuration is now only read via read_config request.

Can be merged after goblint/analyzer#817.

Solves #32.