-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Deprecate is_inside_lambda
from utils
#5447
Conversation
Pull Request Test Coverage Report for Build 1535603923
💛 - Coveralls |
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.
A non trivial conflict appeared following the merge of the visit_name refactor, and it would also be nice to have a test for the deprecation warning.
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
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.
👍
It isn't a huge deal, but technically this PR adds a new Anyway, |
Ah sorry, little too trigger happy 😄 |
Type of Changes
Description
Follow up to #5331. We might as well use this new
util
for all similar type of functions