-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify MPool Interface #3177
Simplify MPool Interface #3177
Conversation
@@ -600,6 +598,8 @@ macro(libmamba_create_target target_name linkage output_name) | |||
reproc++ | |||
simdjson::simdjson | |||
zstd::libzstd_shared | |||
solv::libsolv | |||
solv::libsolvext |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
std::vector<Id> select_solvables(Id id, bool sorted = false) const; | ||
Id matchspec2id(const specs::MatchSpec& ms); | ||
MPool(specs::ChannelResolveParams channel_params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MPool(specs::ChannelResolveParams channel_params); | |
explicit MPool(specs::ChannelResolveParams channel_params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do it in the next PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do it in the next PR
Followed by #3180