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

Add an option to disable usage of stringer methods. #66

Merged
merged 2 commits into from Sep 10, 2020

Conversation

gilbsgilbs
Copy link
Contributor

This is especially annoying for snapshotting custom errors that contain
some payload. The payload would arbitrary be dismissed which is
confusing.

fixes #45

@gilbsgilbs gilbsgilbs changed the title Add an option to disabled usage of stringer methods. Add an option to disable usage of stringer methods. Aug 31, 2020
This is especially annoying for snapshotting custom errors that contain
some payload. The payload would arbitrary be dismissed which is
confusing.

fixes bradleyjkemp#45
@bradleyjkemp
Copy link
Owner

Thanks for the really clear, well thought out and tested PR ❤️ Sorry this took so long to merge

@bradleyjkemp bradleyjkemp merged commit a1e734c into bradleyjkemp:master Sep 10, 2020
@gilbsgilbs
Copy link
Contributor Author

gilbsgilbs commented Sep 10, 2020

Sorry this took so long to merge

Apologies accepted. Just joking 😄 . Thank you for your work on this fantastic library and for reviewing my PR quite fast actually.

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.

Do not spew results using Stringer methods?
2 participants