-
Notifications
You must be signed in to change notification settings - Fork 356
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
Allow defaults::* spec #2927
Allow defaults::* spec #2927
Conversation
Thanks! Looks like it could be correct. We should know with a unit test :) |
Added a test. Ready for review again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is the best way to do it but it is definitely an improvement over the current situation.
Is there any chance you folks would accept a backport for the 1.x branch so we can get this out relatively soon? It would be awesome to have this fix for conda-libmamba-solver! |
IMO definitely yes! |
* Allow defaults::* spec (#2927) * return architecture levels for micromamba (#2921) * return architecture levels for micromamba * fix formatting * use function multiversioning only on x86 * fix formatting * update test * use __builtin_cpu_supports and check for more features Co-authored-by: Marcel Bargull <mbargull@users.noreply.github.com> --------- Co-authored-by: Marcel Bargull <mbargull@users.noreply.github.com> * Fix channels with slashes regression (#2926) * Fix channels with slashes regression * fix formatting * make the test isolated Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com> * Add more tests * Use pytest utilities for negative testing * Add extra test doc --------- Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com> * Fix for name change --------- Co-authored-by: Marcel Bargull <mbargull@users.noreply.github.com> Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com>
Fixes #2431
I'm not sure if this is the best way to fix this. Let me know what your thoughts are.
cc @jonashaag @AntoinePrv @jaimergp