On Sat Jan 10 03:34:57 2009, masak wrote: > <masak> rakudo: File.new > <p6eval> rakudo 35336: OUTPUT«get_bool() not implemented in class > 'File' [...] > <masak> rakudo: say File.new > <p6eval> rakudo 35336: OUTPUT«get_string() not implemented in class > 'File' [...] > <masak> rakudo: say File.new.WHAT > <p6eval> rakudo 35336: OUTPUT«Method 'WHAT' not found for invocant of > class 'File' [...] > * masak files rakudobug
Thanks to Tene++ we've now switched over to using HLL 'Perl6', and the Parrot File class (and others) is no longer exposed. > File.new Could not find non-existent sub File So, looking good; resolving ticket. Thanks, Jonathan