Ken Odegard

Results 118 issues of 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...

cla-signed

### 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...

cla-signed

### 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...

cla-signed

### 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...

source::anaconda
type::task
¡important!
backlog

### 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)...

cla-signed
sprint

### 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...

type::bug
source::anaconda
severity::3
cli::posix
os::linux
sprint

### 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`...

cla-signed
plugins

### 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...

cla-signed
plugins

### 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...

type::feature
source::anaconda
type::tech-debt
backlog

### 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...

cla-signed