-
Notifications
You must be signed in to change notification settings - Fork 8
Strange bug with sync="truncate"
in epix_merge()
#200
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
Comments
Thanks for catching! I assume this slipped through because I forgot to implement NOTE: if |
We'll need to check that my suggestion above doesn't produce something with a different We also need to implement the missing truncate test. |
To prevent this type of thing from slipping through again, probably want to look to see if there are code coverage tools to help check for testing completeness. (And this might also make me rethink some ways of rewriting things without branching logic, as the branching logic might make it easier to detect tests not covering things.) |
Below is the output using the package on
main
.Created on 2022-08-11 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: