-
-
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
Refactor of visit_name
for variables
#5241
Conversation
Pull Request Test Coverage Report for Build 1531547014
π - Coveralls |
The non-covered lines are already non-covered, see the current |
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.
Huge work, and this make this function so much more understandable, thanks π
Co-authored-by: Pierre Sassoulas <[email protected]>
for more information, see https://pre-commit.ci
β¦pylint into refactor-visit-name
I still have this one on my todo list. Might take some time though as I'm still working on my astroid PR. |
No rush! I think the |
Co-authored-by: Pierre Sassoulas <[email protected]>
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 just realized there's "Submodule flask added at 9486b6" that was added by mistake before primer were introduced.
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.
Could we try to cover the 4 lines that are not covered ? It's line that emit messages, so I think it's important to know if they emit properly or remove them if we can't trigger their messages.
The message after I'm not quite sure what it is actually trying to find. The other one is 05b526d. I'm really not sure type of variables are being tested here. |
Co-authored-by: Pierre Sassoulas <[email protected]>
I still think it would be easier to split this up, but if you prefer it, I can review the rest here too. Just let me know. |
Let's do it here as others have also reviewed this too. I'll try and incorporate your review as soon as I get it so @Pierre-Sassoulas can release |
β¦pylint into refactor-visit-name
Co-authored-by: Marc Mueller <[email protected]>
for more information, see https://pre-commit.ci
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.
This should be the last comment
Co-authored-by: Marc Mueller <[email protected]>
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.
Really the last one this time π
Thanks @DanielNoord! π Lets squash merge it once all tests pass.
Co-authored-by: Marc Mueller <[email protected]>
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.
This sorely needed a refactor, and it was a huge one. Thank you @DanielNoord and all the reviewers, in particular @jacobtylerwalls sorry for the rebase conflcits it'll cost you :)
@Pierre-Sassoulas want to do a final review? Or is this good to go after CI passes? |
Type of Changes
Description