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 initial offset logic in findPotentialReplacementLines #515

Merged
merged 2 commits into from
Jul 18, 2020

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    c5f5897 View commit details
    Browse the repository at this point in the history
  2. Always apply sourceOffset when looking for replacement lines.

    The multi-source changes altered this so that it was only applied for
    the first source -- but it's there to ensure that we only find
    replacement lines that have the correct same phase, so it's necessary
    for all sources.
    atsampson committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    d0449bd View commit details
    Browse the repository at this point in the history