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

Allow graceful fallback by call_both when new code path raises #65

Merged
merged 6 commits into from
Sep 19, 2016

Conversation

searls
Copy link
Member

@searls searls commented Sep 19, 2016

Fixes #64

Wrote these up front b/c they're pretty involved
The happy side effect of this is that if the new code path raises
and the old code path does not raise (e.g. it returns happily),
and the user has also toggled to return the old value, it will
gracefully recover for user's sake if the user has also configured
to not raise mismatch errors.

Fixes #64
@searls searls merged commit d2acfb1 into master Sep 19, 2016
@searls searls deleted the 64-call-both branch September 19, 2016 03:06
@searls
Copy link
Member Author

searls commented Sep 19, 2016

Landed in 1.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant