-
Notifications
You must be signed in to change notification settings - Fork 55
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
Panic when comparing errors in unexported fields #45
Comments
seveas
added a commit
to seveas/herd
that referenced
this issue
Jul 24, 2020
Unfortunately this runs into a regression in deep, filed as go-test/deep#45. But given that we don't actually *use* the errors field anywhere, just comment it out for now to work around that bug.
seveas
added a commit
to seveas/herd
that referenced
this issue
Mar 10, 2022
Unfortunately this runs into a regression in deep, filed as go-test/deep#45. But given that we don't actually *use* the errors field anywhere, just comment it out for now to work around that bug.
Sorry for slow response, but fixed in #54 and will be released this week or next. |
Better slow than never, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#33 broke the comparison of structs with errors in an unexported fields. THis code used to work just fine with deep 1.0.4, but panics with 1.0.7:
The panic:
The text was updated successfully, but these errors were encountered: