# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #120498]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=120498 >
[18:04:02] <lizmat> r: loop { CATCH { default { say "hi" } } }
[18:04:05] <+camelia> rakudo-parrot cab740: OUTPUT«===SORRY!===Error while
compiling op handle: StopIteration»
[18:04:05] <+camelia> ..rakudo-jvm 882e33: OUTPUT«===SORRY!===No such
method 'jast' for invocant of type 'NQPMu'»
[18:04:26] <lizmat> these both seems LTA error messages
[18:04:38] <lizmat> should there be an error ?
[18:04:55] <jnthn> Looks like bug to me
[18:05:10] <jnthn> Shouldn't be an error at all
[18:05:20] <lizmat> that's what I thought
[18:05:49] <lizmat> r: loop { { CATCH { default { say "hi" } } } ; last}
[18:05:52] <+camelia> rakudo-parrot cab740, rakudo-jvm 882e33: ( no output )
[18:06:11] <lizmat> an extra block is a workaround, but shouldn't be
needed, right ?
[18:06:18] <masak> shouldn't be needed.
[18:06:21] <masak> please submit.