-
Notifications
You must be signed in to change notification settings - Fork 376
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
Resolve ChannelSpec into a Channel #2899
Conversation
AntoinePrv
commented
Oct 9, 2023
•
edited
Loading
edited
- Based on Add ChannelSpec #2870
17a0de9
to
0ad5a7f
Compare
52ce5c0
to
a4fcad6
Compare
8c25cdf
to
e002468
Compare
This is disbled as TUF implementation is not well defined and this function is not used except in experimental conditions.
56877d7
to
c98210a
Compare
|
||
#ifndef MAMBA_UTIL_TUPLE_HASH_HPP | ||
#define MAMBA_UTIL_TUPLE_HASH_HPP | ||
|
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.
Do we want this file to be part of the public API of libmamba?
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 guess this discussion applies to a lot of the util
library. We currently do not have a good way to both separate public/private headers and organize it by topic (util/specs/...).
{ | ||
base = util::join_url(base, "t", *token()); | ||
return {}; |
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.
Is an empty set expected in that case?
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.
Yes. At least that is what I am aiming for. When specifiying a full URL to a package https://mamba.org/somthing/pkg.conda
I am not assuming any repo/channel structure.
In the future, I'd like to better separate these two cases.
440c423
to
6f207b2
Compare
6f207b2
to
6131728
Compare