On Fri Nov 13 09:53:04 2015, alex.jakime...@gmail.com wrote: > Code: > fail; say 'hello' > > Or this code: > …; say 'hello' > > Result: > no output > > > Which was noticed when I did this accidentally: > my @a = 1, 2 …… *; say 'hello'; > > > <TimToady> shouldn't be throwing that away > > Yeah, perhaps.
This issue was resolved recently. Now it does this: C:\consulting\rakudo>perl6-m -e "fail; say 'hello'" Failed in block <unit> at -e:1 And same for ... since that just calls fail. Tests already in S04-exceptions/fail.t.