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

Garbage Diff #155

Closed
brodieG opened this issue Mar 4, 2021 · 0 comments
Closed

Garbage Diff #155

brodieG opened this issue Mar 4, 2021 · 0 comments
Labels
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Mar 4, 2021

a <- c('a', 'b', 'c', 'A', 'X', 'Y', 'Z', 'W')
b <- c('X', 'C', 'A', 'U', 1, 2, 3)
diffChr(a, b, max.diffs=13, word.diff=FALSE, format='raw')
## < a          > b        
## @@ 6,3 @@    @@ 6,2 @@  
##   Y            2        
##   Z            3        
## < W          ~        
@brodieG brodieG added the bug label Mar 4, 2021
@brodieG brodieG added this to the 0.3.4 milestone Mar 4, 2021
brodieG added a commit that referenced this issue Mar 8, 2021
brodieG added a commit that referenced this issue Mar 23, 2021
Fix #152: Theoretically unreachable branch, related also
Fix #155, Fix #157.  Generally improved (corrected) the
O(n) fallback algorithm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant