yay/pkg/dep
smolx c1aa71bee1
Fix AUR dependency resolving (#2169)
Before this fix dependencies for AUR targets were added to the graph
after each addition of a target node. Now dependencies are added only
after all target nodes are added to the graph.

Also added some tests for previously bugged cases.
2023-05-23 21:18:41 +00:00
..
mock Allow use of rpc client as an alternative to the metadata client (#1918) 2023-02-20 11:20:48 +00:00
testdata feat(dep): add provider resolution on first layer (#2147) 2023-05-01 15:56:42 +00:00
base.go chore(yay): bump version (#1949) 2023-03-07 21:04:06 +00:00
dep_graph_test.go Fix AUR dependency resolving (#2169) 2023-05-23 21:18:41 +00:00
dep_graph.go Fix AUR dependency resolving (#2169) 2023-05-23 21:18:41 +00:00
dep.go chore(yay): bump version (#1949) 2023-03-07 21:04:06 +00:00
depCheck.go chore(yay): bump version (#1949) 2023-03-07 21:04:06 +00:00
depOrder.go chore(yay): bump version (#1949) 2023-03-07 21:04:06 +00:00
depPool.go chore(yay): bump version (#1949) 2023-03-07 21:04:06 +00:00
target_handler.go chore(yay): bump version (#1949) 2023-03-07 21:04:06 +00:00