-
Notifications
You must be signed in to change notification settings - Fork 363
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
Bind Channel #3001
Conversation
ab45c5a
to
13afd8f
Compare
@@ -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&; |
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 find base
more meaningful
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.
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.
7e243be
to
a17f3bc
Compare
No description provided.