You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These lines should be moved to be executed before the loop.
If AST verification fails, Darker starts to bisect in order to find the smallest possible number of extra diff context lines which preserves the AST. Moving loop invariant code outside the bisection loop will speed up this process.
The text was updated successfully, but these errors were encountered:
As noted by @rogalski in #205,
These lines should be moved to be executed before the loop.
If AST verification fails, Darker starts to bisect in order to find the smallest possible number of extra diff context lines which preserves the AST. Moving loop invariant code outside the bisection loop will speed up this process.
The text was updated successfully, but these errors were encountered: