luet/pkg/tree
Ettore Di Giacinto ff98bdfc16
Enable two-pass scan
Split dependency resolving ( definition <-> db mapping ) into a method of the tree (ResolveDeps),
and do not care of looking up for packages while parsing.

Note: it is slower but it is much accurate and we can
choose what to do with the ones which aren't resolved (and show a helpful message too).
2019-11-01 11:32:17 +01:00
..
builder/gentoo Enable two-pass scan 2019-11-01 11:32:17 +01:00
builder.go Add Tree parser with bolt 2019-10-31 12:38:59 +01:00
parser.go Add treebuilder interface and Gentoo prototype 2019-07-27 11:30:44 +02:00
recipes_test.go Enable two-pass scan 2019-11-01 11:32:17 +01:00
recipes.go Add Tree parser with bolt 2019-10-31 12:38:59 +01:00
tree_suite_test.go Add treebuilder interface and Gentoo prototype 2019-07-27 11:30:44 +02:00
tree.go Enable two-pass scan 2019-11-01 11:32:17 +01:00