On Sat Apr 28 05:04:31 2012, [email protected] wrote:
> JimmyZ r: dir | say #bug too ?
> p6eval rakudo a25e7d: OUTPUT«Method 'FLATTENABLE_LIST' not found for
> invocant of class 'Bool' in block <anon> at /tmp/8boAQ0TDGi:1»
> jnthn LTA error.
> jnthn Can fix that one.
> jnthn Should be more like "Cannot flatten a Bool into an argument
> list"
> JimmyZ std: dir | say
> p6eval std fab64fc: 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/BtEzDiPQWI line 1:------> dir |
> say⏏<EOL>Check failedFAILED 00:00 40m»
> jnthn Well, also that.
> jnthn But if you choose something other than say that returns a
> bool...
> jnthn Feel free to file as LTA error, anywya.
> jnthn *anyway
>
The error seems awesomer now:
> dir | say #bug too ?
Failed to get the directory contents of 'True': readdir failed: No such file or
directory
> dir(".") | say "a"
a
Closable with tests?
--
Will "Coke" Coleda