-
Notifications
You must be signed in to change notification settings - Fork 1.8k
All: Remove omittable exists variables #11775
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
All: Remove omittable exists variables #11775
Conversation
java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/test.ql
Fixed
Show fixed
Hide fixed
222a44f
to
1789f9d
Compare
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.
Go lgtm
4a9c7db
to
dac25a5
Compare
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.
C# LGTM!
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.
:+1 for Ruby
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.
Python 👍
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.
Approved for Go. I checked all of the types matched.
f36e2cb
3d55c21
to
f36e2cb
Compare
f36e2cb
to
5c388c5
Compare
Thank you all for the reviews! 🙇 I had to rebase to fix conflicts. We're still missing a Java review, but due to the size of this PR and the high chances of conflicts appearing again soon, I feel inclined to just merge. Could anyone re-approve? |
Removes unneeded exists variables, as described in the QL-for-QL query created in #11770.