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

Truncation of Error Messages too Aggressive #201

Closed
brodieG opened this issue Dec 26, 2016 · 0 comments
Closed

Truncation of Error Messages too Aggressive #201

brodieG opened this issue Dec 26, 2016 · 0 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Dec 26, 2016

> validate(NO.NA || !anyNA(.), c(234234131431, 123413413413, 1341341341, 
+     12341234134, 562456234, 24624624, 2452345234, 2345234524, 
+     23452452, 2243524352, 254254234, 2452452435, NA))
Error in validate(NO.NA || !anyNA(.), c(234234131431, 123413413413, 1341341341, 
: 
  At least one of these should pass:
... truncated 8 lines

unitizer> cat(.NEW$message)
Error in validate(NO.NA || !anyNA(.), c(234234131431, 123413413413, 1341341341,  : 
  At least one of these should pass:
  - c(234234131431, 123413413413, 1341341341, 12341234134, 562456234, 
        24624624, 2452345234, 2345234524, 23452452, 2243524352, 254254234, 
        2452452435, NA)
    should not contain NAs, but does
  - !anyNA(c(234234131431, 123413413413, 1341341341, 12341234134, 
        562456234, 24624624, 2452345234, 2345234524, 23452452, 2243524352, 
        254254234, 2452452435, NA))
    is not TRUE (FALSE)
@brodieG brodieG added this to the 1.4.0 milestone Dec 26, 2016
brodieG added a commit that referenced this issue Apr 11, 2017
Fix #215, Fix #214, Fix #213, Fix #208, Fix #203,
Fix #201, Fix #199, Fix #197
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