-
Notifications
You must be signed in to change notification settings - Fork 208
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
Worked on fixing issue W0612 (unused-variable) in "common" #1790
Conversation
Hello Keith, Because of its complexity and possible impact I schedule that PR until the upcoming release (see milestone). |
Hey Christian, I do see how it can get complicated so delaying it makes sense. Any suggestions for ensuring my future PRs avoid introducing complexity? I'm going now to take a look at the other opens issues in the repo. Thanks again for all the help! |
You are not the one making it complicated. The old and smelly Back In Time code does. I just tried to pointing out that even simple modifications can become complicated in old code base like Back In Time has. About the comments. I added 4 comments directly to the diff-like output. This means a comment is connected directly to a line in the code. I marked them with yellow circles in this screenshot. Just scroll up. |
To prevent you from extra work and wasting time, I just want to mention that someone else will work on the same rule but in "qt" folder. EDIT: By the way I realized that you did not activate the W0612 rule in |
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.
Please see my last comment.
I see why you didn't enable W0612 by default. There are to many errors. |
Fixed the occurrence of unused variables through multiple files within
/common
Related to #1755