You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With all of the upcoming plugins work and the possibilities related to them, it would be beneficial to come up with a core set of standards and best practices that have been discussed and agreed upon.
Possible topics to discuss include:
Versioning
Terminology
Tests
Verbosity / debug output
Output format
Preserving certain conda CLI arguments (e.g., -n, -p, -c, etc.)
Note: Standards that would only apply to certain plugins (e.g., a solver or authentication plugin) may be discussed within a separate CEP for those particular plugins.
The text was updated successfully, but these errors were encountered:
One thing I've been thinking about is that it may be considered best practice to not change important conda CLI arguments like -n, -p. and potentially others. That's not to say that all plugins have to work with named envs and conda env prefixes, but it would be best if plugins did not implement those flags that then change their meaning, which would lead to user confusion.
Thank you for those details, @AlbertDeFusco! I'll be sure to include that in the upcoming CEP; I also updated the list above in the issue description. 👍
With all of the upcoming plugins work and the possibilities related to them, it would be beneficial to come up with a core set of standards and best practices that have been discussed and agreed upon.
Possible topics to discuss include:
conda
CLI arguments (e.g.,-n
,-p
,-c
, etc.)Note: Standards that would only apply to certain plugins (e.g., a solver or authentication plugin) may be discussed within a separate CEP for those particular plugins.
The text was updated successfully, but these errors were encountered: