On Wed Aug 27 12:59:12 2014, FROGGS.de wrote: > std: say # that is what rakudo should do > std ee1ef48: OUTPUT«===SORRY!===Unsupported use of bare 'say'; in > Perl 6 please use .say if you meant $_, or use an explicit invocant or > argument at /tmp/l5n6Qr0hDp line 1:------> say⏏ # that is what rakudo > should doCheck failedFAIL…» > > m: say # but it does not, which is a bug > rakudo-moar cb1d0e: OUTPUT«»
rakudo now errors on both say AND say() instead of neither, but should only error on the former. A test was just added to S32-exceptions/misc.t in fd376fc, but there are older tests (that need review) in S16-io/bare-say.t -- Will "Coke" Coleda