-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add default value for version parameter when setting build value in conda_build_form method #15025
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
Add default value for version parameter when setting build value in conda_build_form method #15025
Conversation
…ld_form if using build parameter and version is not set
We require contributors to sign our Contributor License Agreement and we don't have one on file for @mmc1718. In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#1176), and ping the bot to refresh the PR. |
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.
LGTM. Thank you for adding a test and a news item! 👏
Because you were the original author for this issue, could you please review it too? |
CodSpeed Instrumentation Performance ReportMerging #15025 will not alter performanceComparing Summary
|
Just a couple nits here and there, LGTM otherwise! Thanks! |
Remove redundant assert statement, update punctuation in docs and news Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
I had to resolve a merge conflict. The branch should merge once the tests are finished running 🚀 |
Description
Fix for #11200
MatchSpec.conda_build_form
: Default to using*
as the value forversion
parameter in the case where the value is not set (Falsey) inMatchSpec
butbuild
parameter is setMatchSpec.conda_build_form
Checklist - did you ...
news
directory (using the template) for the next release's release notes?