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

Guides Problems with Unequal Length Lists #46

Closed
brodieG opened this issue Jul 29, 2016 · 0 comments
Closed

Guides Problems with Unequal Length Lists #46

brodieG opened this issue Jul 29, 2016 · 0 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Jul 29, 2016

> diffPrint(list(1, list(2, list(1:3))), list(1, list(list(1:3))))
Error in process_hunks(hunks.raw, ctx.val, etc) : 
  Logic Error: context guides are not identical; contact maintainer

and

> diffPrint(list(1, list(2, list(1:3))), list(list(list(1:3))))
Error in trim_sub(obj.as.chr, stripped) : 
  Logic Error: trimmed string does not have same number of elements as original; contact maintainer
Error in apply_trim(current, cur.capt.p, etc@trim) : 
  `*trim` method produced an error when attempting to trim ; If you did not define custom `*trim` methods contact maintainer (see `?trim`).
@brodieG brodieG added the bug label Jul 29, 2016
@brodieG brodieG added this to the 0.1.2 milestone Jul 30, 2016
@brodieG brodieG closed this as completed in 315a372 Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant