-
Notifications
You must be signed in to change notification settings - Fork 573
Remove unneeded variable from addresses.py #1874
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.
remove test_addresses.py
This is now about removing the kwarg. So you may just rebase those redundant commits:
The result |
@g1itch how about I add another check to limit the number of commits per PR to 3? |
As for me it's a very strange decision. The argumentation is the same as I wrote in #1828: any change more complex than removing a couple of spaces may require more than 3 commits. #1389 or #1794 are not fit to such limit. When you're solving different aspects of the same problem it's better to do it in the separate commits in my opinion. Currently the only wish for the project, I have, is the coherent and orderly development process: when each developer looks into the PRs of others, writes meaningful PR descriptions and commit messages, squashes the commits reverting each other. Thank god, at least everybody started to rebase their branches to v0.6 tip. I receive a dozen of notifications a day and try to look into each PR, but most of them are hard to read. The commit history is also barely readable. That's why I'm suggesting the squashing and rewording. |
I want the developer to get meaningful automated feedback. If it can't be automated, then I need to do it manually, and that's error prone and time consuming.
We're having a daily meeting where we discuss PRs, the problem is I can't think of everything everytime, and it gets more error prone when I have to review the same PR twenty times.
I wrote a script for that, see https://git.bitmessage.org/PeterSurda/termux_devenv/raw/branch/master/files/git-tools.sh
This is a fair point, the problem is this burdens me until the developers are trained properly.
That's a good suggestion but as I said I'd like to automate this check somehow. |
58a98a5
to
512a7dd
Compare
512a7dd
to
c0f5e1b
Compare
Remove unneeded variable from addresses.py