Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEP-17 add language-agnostic plugins #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

beckermr
Copy link

This PR proposes a CEP to add language agnostic plugins.

Comment on lines +58 to +59
A PR to `conda` should be made to run the `conda-plugins` executable, if it exists, and take the appropriate actions.
In order to ensure conisstent behavior across the ecosystem, any plugins derived from `conda-plugins` should override
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PATH based approach for extensibility is a no-go in the future, hence the adoption of a in-depth plugin system, as it doesn't provide for example a scalable error handling method (it's just glue all the way down).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not following. Anything that runs on unix is on the PATH or located on disk somewhere...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants