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


<masak> rakudo: my $i; sub foo { say $i if ++$i %% 50; eval "foo" };
foo # jnthn++ for suggesting this<p6eval> rakudo 678ad3:
OUTPUT«50␤100␤150␤»
<masak> locally, it goes up to 194 and then dies without a peep.
* masak submits rakudobug
<jnthn> heh
<mathw> I hope nobody's planning on using eval like that in real code!
<masak> it's not about normal usage; it's about abnormal usage.
<jnthn> It won't be high on my list of things to fix :P

There's no error output, and the exit code after doing this is 0, so
there's absolutely no sign that anything has gone wrong.

Reply via email to