-
Notifications
You must be signed in to change notification settings - Fork 2k
Add conda list --reverse argument
#12496
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
Conversation
|
We require contributors to sign our Contributor License Agreement and we don't have one on file for @HeavenEvolved. 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. We will ping the bot to refresh the PR status when we have confirmed your signature. |
Updated main_list.py to remove trailing whitespace.
|
Hi! This is my first PR ever and I am confused by the pre-commit.ci - pr errors. It says there is an error for trailing-whitespace in main_list.py. I have checked it and there was an extra whitespace at the end, which I have removed. I don't see any other trailing whitespaces remaining anymore but the check still says failure. I can't figure out if it just needs time to update or if the error still exists. I have also already signed the CLA before starting this PR, so kindly let me know if I need to do it again or if I need to share the signed PDF. |
Updated main_list.py to remove trailing whitespace.
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
kenodegard
left a comment
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.
@HeavenEvolved Thanks for working on this!
Regarding pre-commit CI, I just triggered the auto fix functionality so the whitespace issue should now be resolved.
Regarding your CLA signature, we will review new signatures later today and we'll update this PR when that is completed.
I've left some suggestions, this should be good to go once those are resolved.
Simplified how args.reverse is used. Co-authored-by: Ken Odegard <kodegard@anaconda.com>
Changed how the package list is reversed. Co-authored-by: Ken Odegard <kodegard@anaconda.com>
Removed extra whitespaces. Co-authored-by: Ken Odegard <kodegard@anaconda.com>
Fixed help message formatting for conda list --reverse. Co-authored-by: Ken Odegard <kodegard@anaconda.com>
Updated argument information for --reverse by adding a default value. Co-authored-by: Ken Odegard <kodegard@anaconda.com>
Thank you @kenodegard for those suggestions! I had completely overlooked some of those, such as, adding the default value through argparse. |
Updated News to have simplified text. Co-authored-by: Ken Odegard <kodegard@anaconda.com>
|
Committed the changes to the News document. |
kenodegard
left a comment
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.
Looks good! We'll get this merged once we process your CLA signature.
|
Sounds good! |
|
@conda-bot check |
conda list --reverse argument
|
This test for |
Not sure if its needed but its a small change and if needed I can make the change. @kenodegard let me know if its needed. I personally don't think there should be any conflicts with any of the display formats, but I will make the changes if needed. |
|
Any updates on this @kenodegard? |
jezdez
left a comment
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.
It'd be great to have a test case covering this
Adding new reverse argument to testcase. Co-authored-by: Jannis Leidel <jannis@leidel.info>
Head branch was pushed to by a user without write access
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Co-authored-by: Ken Odegard <kodegard@anaconda.com> Co-authored-by: Jannis Leidel <jannis@leidel.info> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
Description
conda list.Resolves #11954
Checklist
newsdirectory (using the template) for the next release's release notes?Feel free to suggest any changes that I should make!