-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Implement PanicWith()
.
#381
Conversation
Please see #382 for documentation changes. |
Please note that the CI failure was only for Go v1.12, I don't believe it to be related to these changes. |
I've updated this PR to produce more description failure messages when a panic does occur, but not with the expected value. |
Any idea about the next step for this PR? |
@DblK yep yep, I am hopefully going to find time to review it today. Thanks for the bump, I lose track of things so easily these days :) |
Looks great to me. Don't mind the 1.12 failure, something orthogonal. Thanks! |
Happy to finally contribute! Would I be out of line asking when this might make it into a tag? 😄 |
OUT OF ORDER! We'll have to check out the 1.12 failure before doing a release but otherwise asap. |
Excellent, thank you! |
Fixes #257
I finally got around to making an attempt at
PanicWith()
as discussed in the aforementioned issue which I opened quite some time ago.I've stuck with the name
PanicWith()
as we didn't manage to come up with anything better in the issue when it was last discussed.