-
Notifications
You must be signed in to change notification settings - Fork 391
style: prefer empty/!
over -n
/-z
#740
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
Draft until we have the actual sweeping code changes here as well. |
Rebased and hopefully completed. This might interfere/conflict with other sweeping changes going on -- if so, we can leave this for later and process more important things first, or sneak this in in the middle, I don't mind :) |
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.
Thank you! I guess the conflict resolution for this is not that difficult, so we could just merge this.
Thanks! I'm fine with merging this PR. You can merge it any time now or later when you think it is useful. |
Per the style guide.
Per the style guide.
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
Originally from comments in #678.
Docs only for now; we should implement the actual change in this PR too.