-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
po->opts #37
Comments
Like "op" for OptionParser, as in Python? |
Previously it was "po" as abbrev for the ParseOptions class. But now an On Thu, Jul 30, 2015 at 6:53 PM, Xingyu Na notifications@github.com wrote:
|
In addition to the dumb PR above(I thought "oh, super easy, let's test how PRs work"), I've tried to use the refactoring capabilities of QtCreator, but changing "po->Register(" to "opts->Register(", breaks the indentation for the help message on the next line, and to be honest editing all these files manually, or writing a script doesn't appeal that much to me at the moment... |
I would be OK with a patch that breaks the indentation; we can fix that On Fri, Jul 31, 2015 at 2:09 AM, Vassil Panayotov notifications@github.com
|
add linters and fix bad lines
In parts of the code where type OptionsItf is used, for historical reasons the variable name is typically "po" (for ParseOptions). I think this is confusing and should be changed. If someone could find time to do this, that would be helpful. Do it by script if you want.
The text was updated successfully, but these errors were encountered: