Skip to content
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

Merged
merged 16 commits into from
Feb 7, 2024
Merged

Simplify MPool Interface #3177

merged 16 commits into from
Feb 7, 2024

Conversation

AntoinePrv
Copy link
Member

@AntoinePrv AntoinePrv commented Feb 5, 2024

Followed by #3180

@AntoinePrv AntoinePrv changed the title Simplify mPool Interface Simplify MPool Interface Feb 5, 2024
@AntoinePrv AntoinePrv marked this pull request as ready for review February 6, 2024 21:50
@@ -600,6 +598,8 @@ macro(libmamba_create_target target_name linkage output_name)
reproc++
simdjson::simdjson
zstd::libzstd_shared
solv::libsolv
solv::libsolvext
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dance-crazy-carey-jim-carrey


std::vector<Id> select_solvables(Id id, bool sorted = false) const;
Id matchspec2id(const specs::MatchSpec& ms);
MPool(specs::ChannelResolveParams channel_params);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
MPool(specs::ChannelResolveParams channel_params);
explicit MPool(specs::ChannelResolveParams channel_params);

Copy link
Member Author

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.

Copy link
Member Author

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

@AntoinePrv AntoinePrv merged commit a2a2d26 into mamba-org:main Feb 7, 2024
27 checks passed
@AntoinePrv AntoinePrv deleted the pool branch February 7, 2024 14:25
@AntoinePrv AntoinePrv added the release::enhancements For enhancements PRs or implementing features label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::enhancements For enhancements PRs or implementing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants