Ken Odegard
Ken Odegard
Since validations are equally important after combining specs, perform the validations while combining in order to alert the user as to which spec is causing the issue for more helpful...
### Description Rename `conda.recipe` to `recipe`. Xref https://github.com/conda/conda/pull/11774 ### Checklist - did you ... - [x] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's...
### Description A noop PR, just cleaning up formatting and using appropriate helper functions. ### Checklist - did you ... - [x] ~Add a file to the `news` directory ([using...
### Description We need to investigate the changes necessary to support Python 3.11. Because this release cycle happens every year. It would also make sense for us to have a...
### Description Expose controlling where `conda init --dev` is output. There are three ways to output: - stdout (default) - a file descriptor (e.g., `--fd 3`), or - a (temp)...
### What happened? After releasing conda 22.9.0, users (predominantly Linux) identified an issue (https://github.com/conda/conda/issues/11885) where the prompt would no longer update correctly on posix. After some digging, the issue appears...
### Description An alternative solution to #11785. Keeps all plugin/pluggy related content within the plugin submodule. ### Checklist - did you ... - [x] ~Add a file to the `news`...
### Description Since the `get_plugin_manager` isn't called directly, let's just fold the entire implementation into the `context` object. ### Checklist - did you ... - [x] ~Add a file to...
### What should happened? This is the first step in making the `conda` API relocatable (i.e. the API functions the same way no matter which environment it's installed into). Need...
### Description This is the first attempt to collapse the two codes together. This reimagines how we should organize `conda.cli` to avoid import penalties while avoiding everything `argparse` related being...