-
Notifications
You must be signed in to change notification settings - Fork 19
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
dep key items unintended merging #152
Comments
It recursively merge the dicts, that is by design. It has some custom handling for "pip" and "name" though. |
yes. i slightly post-process the conda-devenv output. i think conda-devenv should only process what's going to conda and leave the rest as is. |
for example you can think about installers other than conda or pip like npm. each installer has a spec format that shouldn't be touched by conda-devenv. since you have special treatment for pip, you might as well just generalize it to conda vs non-conda. |
The idea was to also merge the specs for other installers. |
why would it? each installer has its own way. also, the specs got alphabetically ordered. related #84 |
Sorry, almost 2 years ago I did focus on the top part of your example in #84 (comment), or I will mention that the "environment" section is already merged. |
gets processed to
conda devenv --print-full
i'm not sure if this behavior is by design.
The text was updated successfully, but these errors were encountered: