Add pool_dep_fulfilled_in_map function#592
Conversation
This is can be used to determine dependency closure on a given set of packages (even with complex dependencies).
|
Hi, just as a heads up: I'm fine with adding this but I don't like the name of the function. |
Would just |
|
The _map prefix is fine (though I would drop the |
|
I think it's either |
Personally I would prefer fulfilled but only because it is already used in the solver version. Either way, thank you. |
|
Yes, but that's an internal function and not public API so we can rename it any time we like. |
|
Looking at other dependency management systems I seems like |
|
I see, |
This can be used to determine dependency closure on a given set of packages (even with complex dependencies).
It is basically
solver_dep_fulfilled(...)but withoutSolver.I have created this when looking for a solution to rpm-software-management/dnf-plugins-core#549