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


<masak> rakudo: .say for 1, 2, 4 ... 256
<p6eval> rakudo fc57d1: OUTPUT«1␤2␤4␤8␤16␤32␤64␤128␤256␤»
<cotto> rakudo: .say for 1, 2, 6 ... 33.4
<p6eval> rakudo fc57d1: OUTPUT«Attempt to return from exhausted Routine [...]
<JimmyZ> rakudo: .say for 1, 2, 11 ... 256
<p6eval> rakudo fc57d1: OUTPUT«Attempt to return from exhausted Routine [...]
<cotto> lulz
* masak submits rakudobug
<masak> cotto++

Surely there could be a more informative/pertinent error message than
"exhausted Routine" in this case? :-) We all know calculating
sequences is very tiring, but...

Reply via email to