You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the channel is a full Channel object which contains the configuration for the base url. E.g. conda-forge gets interpreted by default as https://conda.anaconda.org/conda-forge.
This configuration shouldn't matter for a match spec but only while solving. After that, the channel is available on the package record.
I propose to move to the NamedChannelOrUrl type which allows for evaluation of the channel configuration after the parsing is done. This would simplify parsing and avoid miss interpretation of a channel before the configuration is set correctly.
The text was updated successfully, but these errors were encountered:
Currently the
channel
is a fullChannel
object which contains the configuration for the base url. E.g.conda-forge
gets interpreted by default ashttps://conda.anaconda.org/conda-forge
.This configuration shouldn't matter for a match spec but only while solving. After that, the channel is available on the package record.
I propose to move to the
NamedChannelOrUrl
type which allows for evaluation of the channel configuration after the parsing is done. This would simplify parsing and avoid miss interpretation of a channel before the configuration is set correctly.The text was updated successfully, but these errors were encountered: