-
Notifications
You must be signed in to change notification settings - Fork 71
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
braid diff no longer pulls the mirror if braided version is not present in cache #69
Comments
Oops, this is a mistake in #62. The minimal fix to restore the behavior before #62 would be to add the missing |
Indeed - that seems like a reasonable approach. I would love to see this one fixed. It bites me ... every now and again ;) |
repository doesn't have it. Fixes cristibalan#69.
repository doesn't have it. Remove the mock-based tests of Mirror#diff. They would need to be updated, and I don't think it's worth continuing to maintain them when all callers are covered by integration tests. Fixes cristibalan#69.
If the version braided into a project is not present in the local cache, braid should synchronize the mirror and try again. Historically it used to always synchronize the mirror so this was never a problem.
The text was updated successfully, but these errors were encountered: