# New Ticket Created by  "David Whipp" 
# Please include the string:  [perl #61676]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61676 >


Error case:

    say "improper collapse" if 10 < (5|25) < 20;

--> rakudo 34339: OUTPUT«improper collapse␤»

The conditional evaluates to true (and thus prints the message)! For a chained 
inequality term, such as this, I would expect transitive behavior to hold for a 
junction’s values.

I also noted that there’s a SEGV if I replace C<say> with C<die>.


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

Reply via email to