conda icon indicating copy to clipboard operation
conda copied to clipboard

Bring `get_plugin_manager` inline to `conda.base.context`

Open kenodegard opened this issue 2 years ago • 2 comments

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 the news directory (using the template) for the next release's release notes?~
  • [x] ~Add / update necessary tests?~
  • [x] ~Add / update outdated documentation?~

kenodegard avatar Aug 31 '22 23:08 kenodegard

@jezdez no idea, perhaps @beeankha knows?

an alternative question, since we now have the conda.plugins submodule can we just move this there?

kenodegard avatar Sep 12 '22 21:09 kenodegard

@jezdez ah looks like it's origin is from the getting started docs: Screen Shot 2022-09-12 at 4 56 22 PM

kenodegard avatar Sep 12 '22 21:09 kenodegard

Let's close this since I don't think we want the plugin manager in the context anymore.

jezdez avatar Oct 27 '22 12:10 jezdez