-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
lint error: logical operator to use &&
instead of &
#611
Comments
We have couple places to update in the package: However, I saw this sentence when I read the logical operator documentation (
@arkadiuszbeer is it still okay to move forward with the update as lint suggested? |
I think this issue will require some careful investigation |
Hi @donyunardi, |
Hi @arkadiuszbeer |
Sounds good! Thanks @donyunardi and @arkadiuszbeer |
No. For bit operations and vector operation we could use
&
, but for logical operation we should use&&
Originally posted by @arkadiuszbeer in #602 (comment)
The text was updated successfully, but these errors were encountered: