Skip to content
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

Fix an inappropriate test expression to remove a logical short circuit #986

Conversation

munahaf
Copy link
Contributor

@munahaf munahaf commented Sep 18, 2023

In file: main_window.py, the comparison of Collection length creates a logical short circuit. I suggested that the Collection length comparison should be done without creating a logical short circuit.

Sponsorship and Support:

This work is done by the security researchers from OpenRefactory and is supported by the Open Source Security Foundation (OpenSSF): Project Alpha-Omega. Alpha-Omega is a project partnering with open source software project maintainers to systematically find new, as-yet-undiscovered vulnerabilities in open source code - and get them fixed – to improve global software supply chain security.

The bug is found by running the Intelligent Code Repair (iCR) tool by OpenRefactory and then manually triaging the results.

@Neui
Copy link
Contributor

Neui commented Sep 18, 2023

The change itself looks good to me (I doubt that len() here will return a negative value, and untested), but the commit message is a bit too generic. Could it be a bit more specific? Like "Remove tautology regarding selected tags filter" or something.

@nekohayo
Copy link
Member

@munahaf Could you use git rebase -i onto the latest version of our master branch, to reword your commit message as per the feedback above?

@nekohayo
Copy link
Member

@SqAtx might be interested in this too.

@nekohayo nekohayo added the maintainability Automated tests suite, tooling, refactoring, or anything that makes it easier for developers label Feb 27, 2024
@nekohayo
Copy link
Member

@diegogangl
Copy link
Contributor

Agree with @Neui , len() never returns a negative unless you implement the dunder method yourself and call it manually like tags.__len__()

@openrefactorymunawar openrefactorymunawar force-pushed the Inappropriate_Logic-1main_window.py4952352039281165109.diff branch from 597a4f9 to 08783d2 Compare March 1, 2024 16:51
@munahaf
Copy link
Contributor Author

munahaf commented Mar 1, 2024

Changed the commit message per suggestion.

Copy link
Contributor

@SqAtx SqAtx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was an odd piece of code. The check is indeed not necessary, and we can also remove the extra brackets now.

GTG/gtk/browser/main_window.py Outdated Show resolved Hide resolved
@diegogangl diegogangl marked this pull request as ready for review April 26, 2024 15:16
@diegogangl diegogangl merged commit cf9dc27 into getting-things-gnome:master Apr 26, 2024
1 check passed
@diegogangl
Copy link
Contributor

@munahaf, sorry for pushing here and un-drafting. I'm trying to get things in faster :)
Thanks for the work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainability Automated tests suite, tooling, refactoring, or anything that makes it easier for developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants