-
-
Notifications
You must be signed in to change notification settings - Fork 215
Fix reverse
failure
#1396
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
Fix reverse
failure
#1396
Conversation
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Would be good to have some tests of an end use, i.e. |
:) Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
I added the MWE from #1393. Any others that come to mind? |
Addresses part of #1393 by adding an internal function
_reverse
that now has some specializations for known cases in which the fallbackreverse
fails. This preserves the general behavior that was introduced by #1376 while fixing the known bugs it introduced.