Resolve deps before compiling

This commit is contained in:
Ettore Di Giacinto
2019-11-12 08:48:07 +01:00
parent e0aa92efa4
commit 4c1c7451e7
4 changed files with 12 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ type Tree interface {
SetPackageSet(s PackageSet)
World() ([]Package, error)
FindPackage(Package) (Package, error)
ResolveDeps(int) error
}
// >> Unmarshallers