CEP-17 add language-agnostic plugins - #78
Open
beckermr wants to merge 2 commits into
Open
Conversation
jezdez
reviewed
May 31, 2024
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 |
Member
There was a problem hiding this comment.
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).
Contributor
Author
There was a problem hiding this comment.
Not following. Anything that runs on unix is on the PATH or located on disk somewhere...
hmaarrfk
approved these changes
Jan 12, 2025
minrk
approved these changes
Sep 5, 2025
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR proposes a CEP to add language agnostic plugins.