<masak> rakudo: take 5
<p6eval> rakudo 2dded8: OUTPUT«Diedin Main (/tmp/uuckDsGlCB:2)»
<ruoso> masak, that's expected
<masak> do we suddenly have no error message for take without gather?
<ruoso> take should throw an exception
<jnthn> Did we ever have one?
<ruoso> a control exception
<masak> I'd like one.
<Tene> 'take' does throw an exception, one that 'gather' catches.
<Tene> masak: you could add it to perl6.pir's global exception handler
<Tene> check the type of the exception
<masak> ok; let me just create the rakudobug first, in case I fail. :)
With some help from Tene++, I managed to sneak in a better error message
in Rakudo commit 468c021f. Resolving ticket.