-
Notifications
You must be signed in to change notification settings - Fork 214
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
[BUG] v1.2.0 seems to produce incorrect diff #123
Comments
I'm seeing this problem as well. I had to revert to 1.1.0 |
I also had this problem. All the examples I could find were producing garbage results until I found this issue and realised that |
@sergi Please take a look when possible, as many other libraries are depending on this one, thanks! |
This was broken with db1b095 by passing a array to Calling that function with multiple files, but passing the same array, now leads to duplicated lines for each file in the array, instead of re-using existing lines. |
Any updates here? |
I ran into this issue as well. Reverting to 1.1.0 fixes it. |
may be helpful to prevent an accidental upgrade with |
I created #136 which should fix the issue. |
#136 was merged yesterday, so this should be resolved now. |
This testcase:
Will produce
In v1.2.0, which is incorrect.
In v1.1.0, it produces the correct diff of
The text was updated successfully, but these errors were encountered: