On Wed Dec 03 06:50:20 2014, coke wrote:
> On Tue Dec 02 07:03:30 2014, sml...@gmail.com wrote:
> > It works on Parrot, but on Moar it dies:
> > 
> > <smls> m: say $*OUT.t
> > <camelia> rakudo-moar 91d899: OUTPUT«Cannot find method 'isatty': no
> > method cache and no .^find_method␤  in method t at src/gen/m-
> > CORE.setting:15808␤  in block <unit> at /tmp/RrRl45JJjr:1␤␤»
> > <moritz> p: say $*OUT.t
> > <camelia> rakudo-parrot 91d899: OUTPUT«False␤»
> 
> Also fails on jvm:
> 
>  ./perl6 -e 'say $*OUT.t'
> No such method 'isatty' for invocant of type 'BOOTIO'
>   in method t at gen/jvm/CORE.setting:15711
>   in block <unit> at -e:1

Fixed by pmurias++, with tests in S16-filehandles/io.t.

/jnthn

Reply via email to