-
Notifications
You must be signed in to change notification settings - Fork 581
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
Possibly bug in calculating diffs #396
Comments
Thanks for reporting this issue! Your aid is required, fellow coalaian. Help us triage and solving this issue! CC @sils1297, @AbdealiJK |
We use |
It may be a problem not only with PEP8. By the way, @Makman2 can you reproduce this. There is still a chance that I have outdated coala version or something. |
No this is definitely the case, we sadly can't do more than either split the diff or not split it at all. Well,we could allow say 2ish lines unchanged for the hunks to remain in the same diff? This definitely applies to other bears too |
I have introduced a |
Can I assign this to me as I have not done anything in coala-bear |
Cause of coala/coala#2898. |
@jack17529 feel free to break this issue up into several smaller issues for each bear you find you can improve 👍 |
@Makman2 Can i please be assigned to this issue. |
When running coala with following
.coafile
:the
py.py
content:coala proposes two diffs instead of one, which doesn't feel right. Here are the diff. First:
Second:
Somehow I think this should be only one diff.
The problem may be with
PEP8Bear
, so that's why I'm opening it here.The text was updated successfully, but these errors were encountered: