Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Conversation

@arcasys
Copy link

@arcasys arcasys commented Mar 11, 2018

'&&' is not appropriate as an operator here (if both operands are nil the result is "expression".
Use '&' or 'and' instead.
Please also check newer code for inappropriate '&&' usage,

arcasys added 2 commits March 11, 2018 19:04
'&&' is not appropriate as an operator here (if both operands are nil the result is "expression".
Use '&' or 'and' instead.
Please also check newer code for inappropriate '&&' usage,
This should work as expected (while '&' obviously won't, beeing a bitwise operator).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant