-
Notifications
You must be signed in to change notification settings - Fork 92
Clarify deletion of variables #793
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
Conversation
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.
I reviewed only the docs, haven't looked at the code yet.
Codecov Report
@@ Coverage Diff @@
## master #793 +/- ##
==========================================
+ Coverage 93.99% 94.06% +0.06%
==========================================
Files 59 59
Lines 6542 6702 +160
==========================================
+ Hits 6149 6304 +155
- Misses 393 398 +5
Continue to review full report at Codecov.
|
Extracted from #759. It also refactors implementation of names to share more code with
UniversalFallback
that will also be used by bridges in #759Closes #511