mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.98k stars 359 forks source link

Fix `channel` and `base_url` in `list` cmd #3488

Closed Hind-M closed 2 months ago

Hind-M commented 2 months ago

Fix #3480

The channel name used in 1.x was dropped during the "Great refactoring" (under the assumption, IIUC, that it's the same as canonical_name, which was not always true...) and now that info is stored/computed nowhere. Since this is only used in the list command, it's handled this way for now...

JohanMabille commented 2 months ago

I agree that we may reintroduce the canonical_name in a future PR.