Ken Odegard
Ken Odegard
Fetch prune fails if HEAD ends up dangling. Given that the message appears more warning like in nature, as opposed to an error, should GitPython handle this/ignore it? To reproduce...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? When canary builds are run, they clone...
### What happened? ~The https://github.com/conda/conda/labels/build%3A%3Areview label/`builds-review.yml` workflow seems to be missing its `github-token`?~ See https://github.com/conda/conda/runs/7757629589?check_suite_focus=true The builds-review workflow doesn't run properly on forks because of the difference between a [`pull_request`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request)...
### What happened? The canary builds are failing with a `tlz` import error. This is due to the build invoking `conda init --install`. See https://github.com/conda/conda/runs/7731850991?check_suite_focus=true#step:3:761 ### Tasks - [x] https://github.com/conda/conda/pull/11699...
### Summary `conda run` has become an important interface for interacting with environments without activating them. Many of the outstanding issues have been resolved except for two main areas, the...
### Summary Old Python code is less concise than newer code, let's get rid of unnecessary stuff. ### Linked Issues & PRs - [ ] Replace `odict` with standard `dict`...
### Description In an effort to speed up package signature verification we move the verification process to occur after solving. This way only the packages included in the transaction are...
### Summary A relatively low hanging fruit to remove clearly old code that has been marked deprecated. A second relatively low effort task is to merge conda_env into conda. ###...
### What happened? Several of us have encountered this problem a few times when tinkering with conda's argparse. E.g. https://github.com/conda/conda/pull/11435#pullrequestreview-1059455307: ```bash $ conda my-plugin # subcommand just raises an exception...
### Summary There is a long history of issues where users install anything and everything into their `base` environment (previously called the `root` environment) which invariably at some point (or...