# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #102652]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=102652 >
<moritz> nom: do { } for 1
<p6eval> nom 878004: OUTPUT«===SORRY!===Unsupported use of do...for;
in Perl 6 please use repeat...for at line 1 [...]
<moritz> nom: repeat { } for 1
<p6eval> nom 878004: OUTPUT«===SORRY!===CHECK FAILED:Undefined
routine '&repeat' called (line 1)»
<moritz> masak: care to submit that one too?
* masak submits rakudobug
<moritz> it seems that 'repeat { } for ...' isn't supposed to work,
but then the error message shouldn't recommend it
<moritz> std: repeat { } for 1
<p6eval> std be1f10e: OUTPUT«===SORRY!===Undeclared routine:
'repeat' used at line 1Check failedFAILED 00:01 120m»
<moritz> std: do { } for 1
<p6eval> std be1f10e: OUTPUT«===SORRY!===Unsupported use of do...for;
in Perl 6 please use repeat...for [...]
<moritz> oh, and stdbug too
* moritz submits STDbug
<moritz> TimToady: https://github.com/perl6/std/issues/1