-
Notifications
You must be signed in to change notification settings - Fork 161
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 BindingsOfClosure helper #3606
Conversation
5b52e4f
to
c2d65b2
Compare
Codecov Report
@@ Coverage Diff @@
## master #3606 +/- ##
==========================================
- Coverage 84.55% 83.65% -0.91%
==========================================
Files 697 697
Lines 345018 345135 +117
==========================================
- Hits 291723 288709 -3014
- Misses 53295 56426 +3131
|
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.
@DominikBernhardt and I have reviewed this together. Everything looks fine, and it's nice to have. Although we agree with you that it would be nice to have some documentation that gives the purpose and expected output of BindingsOfClosure
.
@fingolfin Do you intend to document |
I don't have the time and energy to work on documentation for
I think 1. is better because it means this code won't bitrot, and people can benefit from it already (even if the number of people doing so would be small, as it is not documented). But either is fine by me. |
I'm happy for us to do 1. I thought that perhaps your sentence
suggested that you were maybe thinking of creating documentation, which is why I asked about it. |
Partially addresses #3569.
Well, or maybe it addresses it completely, though one still might want to enhance the output of
Display(func)
if there are bindings? Somebody else could do that based on this PR, though.I also guess it would be nice to have documentation for
BindingsOfClosure
...