Enhance Uninstall and resolve conflict sets

Compute a minimum conflict set over the uninstall.

Adds also tests for specific cases covered by Uninstall now
This commit is contained in:
Ettore Di Giacinto
2019-06-11 18:03:50 +02:00
parent 5f98a665a5
commit ff582ce77c
7 changed files with 378 additions and 20 deletions

View File

@@ -15,4 +15,6 @@
package pkg
// Database is a merely simple in-memory db.
// FIXME: Use a proper structure or delegate to third-party
var Database map[string]string = map[string]string{}