-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
stub for imaplib (2and3) #1685
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
stub for imaplib (2and3) #1685
Conversation
OK, I give up. Could I ask for help, please, how to fix these remaining validation errors? What does |
You can't use |
Fixes #295.
Thanks for the hint. So, what do you think? |
I think you amended your commit. Please don't do that in the future.
…On Oct 25, 2017 12:38 PM, "Matěj Cepl" ***@***.***> wrote:
Thanks for the hint. So, what do you think?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1685 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACwrMq9vYU7zMENaXFw7p0XluwMjYkFOks5sv45CgaJpZM4QE0Lv>
.
|
Of course, I did. Sorry, I live in other worlds where it is the right thing to do. Did I miss it in the Contributing.md? Actually, even you are pointing to this blogpost. You should probably clarify it somewhere, if you don't want clueless newbies to screw up your workflow. Sorry again. |
The recommendation to squash commits is for core devs who are merging PRs -- we should use the Squash-and-merge button. (As I will do shortly.) But PR authors should not squash. |
OK, then I really don't understand. So, in the end you want to have just one commit per topic? Why then insist on messy squashed commit messages instead of the hand-crafted ones? I don't see any other difference. |
I believe squashing commits tends to mess up the attribution of previous inline review comments. |
OK, that's true. Not completely persuaded, but that makes at least some sense. |
Please stop arguing and just do as we ask. We've thought about this process.
The point of not squashing commits is the review workflow, not the final
commit (I always just clean up the commit message, and that's what our core
devs instructions say). When you amend your commit and git push -f, GitHub
doesn't send any notification, and doesn't have a way to tell me what
changed since I last saw your PR. When you add a new commit it's clear what
changed and the review is simpler.
|
I am sorry, I was not trying to argue. Anyway, shutting up. |
Fixes #295