-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(add/install): check if given crate argument would be valid with inserted @ symbol #15441
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
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.
Thanks for the patch!
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 a blocker. Would you mind following the atomic commit pattern described here. That is,
As part of your atomic commits, prefer adding tests as their own commit before any functionality changes. The tests should pass in each commit, demonstrating the behavior before your change and how each commit affects behavior.
Oops, sorry. Should have seen that. |
As a suggestion to clarify what is being asked by the link to the contributor guide, including the tip. The commits could be organized as:
We're fine with your rewriting your commits during the review process. |
c46ba9c
to
8c9b373
Compare
Okay, I hope the history is acceptable now. |
Thanks, this helps a lot! |
… symbol is missing for the version
55042a0
to
a8010c2
Compare
…bol is missing for the version
…rted @ symbol, suggest fixed argument
… @ symbol, suggest fixed argument
a8010c2
to
0df8d68
Compare
Thanks! |
Suggest to user to use a crate name with an inserted @ before the first invalid package name character
Fixes #15318