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
In the examples above, we remove the whole function (one block of lines), but the diff algorithm that shows the before/after diff doesn't optimize for showing blocks of code when possible.
We're currently using (a vendored version of) jinjor/elm-diff.
If anyone is up for taking a look at improving that, that'd be awesome!
The text was updated successfully, but these errors were encountered:
Diffs can sometimes look a bit off
In the examples above, we remove the whole function (one block of lines), but the diff algorithm that shows the before/after diff doesn't optimize for showing blocks of code when possible.
We're currently using (a vendored version of)
jinjor/elm-diff
.If anyone is up for taking a look at improving that, that'd be awesome!
The text was updated successfully, but these errors were encountered: