Skip to content
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

coala_main.py: Changed Ctrl-Z to Ctrl-Z-Enter #5362

Closed
wants to merge 0 commits into from

Conversation

guilherme-p
Copy link
Contributor

@guilherme-p guilherme-p commented Apr 10, 2018

Closes #5254

For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!

Checklist

  • I read the commit guidelines and I've followed
    them.
  • I ran coala over my code locally. (All commits have to pass
    individually.
    It is not sufficient to have "fixup commits" on your PR,
    our bot will still report the issues for the previous commit.) You will
    likely receive a lot of bot comments and build failures if coala does not
    pass on every single commit!

After you submit your pull request, DO NOT click the 'Update Branch' button.
When asked for a rebase, consult coala.io/rebase
instead.

Please consider helping us by reviewing other peoples pull requests as well:

The more you review, the more your score will grow at coala.io and we will
review your PRs faster!

@gitmate-bot
Copy link
Collaborator

Comment on 92beba6.

Shortlog of HEAD commit isn't in imperative mood! Bad words are 'Changed'

Origin: GitCommitBear, Section: commit.

Copy link
Contributor

@newbazz newbazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Pr is filed from master branch, please delete the Pr and file a new one after going through the newcomers guide once again ;)

Copy link
Member

@yzgyyang yzgyyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 But as @newbazz says, it's better to not file a PR from master in the future.

@newbazz
Copy link
Contributor

newbazz commented Apr 21, 2018

not for the future, no maintainer will merge a pr filed from master branch

@@ -29,7 +29,7 @@ def do_nothing(*args):


STR_ENTER_NUMBER = 'Enter number (Ctrl-{} to exit): '.format(
'Z' if platform.system() == 'Windows' else 'D')
'Z-Enter' if platform.system() == 'Windows' else 'D')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@guilherme-p @yzgyyang is there no way to exit the program in a single combination key stroke?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we need to press enter after Ctrl-Z to terminate the program, the message shouldn’t be ‘Ctrl-Z-Enter’ since it may confuse people to press the three keys as a combination. Also, I think we could consider use Ctrl-C in this case, although it doesn’t send an EOF to terminate the program, coala should behave the same in both cases.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please leave a note on the issue explaining how you think we should solve the problem?

Copy link
Member

@jayvdb jayvdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the very least , please fix your commit message as indicated by the bot.

@Makman2
Copy link
Member

Makman2 commented Jan 15, 2019

Inactive PR.

@jayvdb
Copy link
Member

jayvdb commented Feb 4, 2019

Last commit in PR was 92beba6 ; I tried to rebase and didnt have permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Ctrl+Z command to terminate the program not working in Windows
7 participants