-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 WithCaller(), a generalized AddCaller() #806
Conversation
FWiW I am not attached to the name SetCaller(); just give me feedback and I'll tweak it ASAP. This issue has cropped up for me several times, so i am eager to fix it. |
Codecov Report
@@ Coverage Diff @@
## master #806 +/- ##
=======================================
Coverage 98.31% 98.31%
=======================================
Files 43 43
Lines 2311 2317 +6
=======================================
+ Hits 2272 2278 +6
Misses 32 32
Partials 7 7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1edff8b
to
49db921
Compare
How about |
Cool! AFAICT there is nothing left for me to do. But if I've missed something please let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, we'll merge it in, and do a release soon.
Fixes #702.