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


<masak> rakudo: say 1 if 10 % i
<p6eval> rakudo 7114f5: OUTPUT«maximum recursion depth exceeded [...]
<masak> rakudo: 10 % i
<p6eval> rakudo 7114f5: OUTPUT«maximum recursion depth exceeded [...]
* masak submits rakudobug
<masak> this one is from hakank++. he meant to write this:
<masak> rakudo: my $i = 3; if 10 % $i { say 1 }
<p6eval> rakudo 7114f5: OUTPUT«1␤»

Note that the bug isn't about "should 10 % i have a reasonable
answer?", but "should 10 % i come crashing through the call stack?". I
argue that it shouldn't.

Reply via email to