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

Fix an issue with negative hunk max_size #58

Merged
merged 3 commits into from Jun 23, 2020
Merged

Fix an issue with negative hunk max_size #58

merged 3 commits into from Jun 23, 2020

Commits on Jun 23, 2020

  1. Fix an issue with negative hunk max_size

    Resolves #57.
    
    - The `diff_size` should be an absolute value.
    - Added a test to ensure that the issue does not introduce a regression.
    halostatue committed Jun 23, 2020
    Copy the full SHA
    a7a595e View commit details
    Browse the repository at this point in the history
  2. Fix windows test failures

    halostatue committed Jun 23, 2020
    Copy the full SHA
    5e03ff5 View commit details
    Browse the repository at this point in the history
  3. Change test runner

    halostatue committed Jun 23, 2020
    Copy the full SHA
    4ccda50 View commit details
    Browse the repository at this point in the history