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 -- Will "Coke" Coleda