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

Bind Channel #3001

Merged
merged 25 commits into from
Nov 28, 2023
Merged

Bind Channel #3001

merged 25 commits into from
Nov 28, 2023

Conversation

AntoinePrv
Copy link
Member

@AntoinePrv AntoinePrv commented Nov 22, 2023

No description provided.

@AntoinePrv AntoinePrv force-pushed the channel-bind branch 6 times, most recently from ab45c5a to 13afd8f Compare November 28, 2023 10:49
libmamba/include/mamba/specs/channel_spec.hpp Outdated Show resolved Hide resolved
libmamba/include/mamba/specs/channel_spec.hpp Outdated Show resolved Hide resolved
libmamba/include/mamba/specs/channel_spec.hpp Outdated Show resolved Hide resolved
@@ -35,7 +35,7 @@ namespace mamba::specs
explicit CondaURL(util::URL&& url);
explicit CondaURL(const util::URL& url);

auto base() const -> const util::URL&;
[[nodiscard]] auto generic() const -> const util::URL&;
Copy link
Member

Choose a reason for hiding this comment

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

I find base more meaningful

Copy link
Member Author

Choose a reason for hiding this comment

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

The fact the it the base is not relevant here. What matters is that there is a generic alternative to this class to which we can convert.

libmambapy/src/libmambapy/bindings/specs.cpp Outdated Show resolved Hide resolved
@JohanMabille JohanMabille merged commit 5509ed3 into mamba-org:main Nov 28, 2023
27 checks passed
@AntoinePrv AntoinePrv deleted the channel-bind branch November 29, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants