[
https://issues.apache.org/jira/browse/METRON-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158719#comment-16158719
]
ASF GitHub Bot commented on METRON-1166:
----------------------------------------
Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/738
+1, pending Travis. Good catch, thanks a lot for the contribution.
> Stellar short circuiting fails when a complex condition using a boolean op is
> followed by the opposite boolean op
> -----------------------------------------------------------------------------------------------------------------
>
> Key: METRON-1166
> URL: https://issues.apache.org/jira/browse/METRON-1166
> Project: Metron
> Issue Type: Bug
> Reporter: Casey Stella
>
> Rather subtle one here. Stellar short circuiting fails when a parenthetical
> boolean expression involving one boolean op is followed by the other boolean
> op.
> For instance:
> * (false && true) || true would yield false, which is wrong because we're
> mixing && and ||.
> * (false || false) || true would yield true, which is correct because both
> ops are ||
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)