[perl #75620] some exceptions throw you out of the rakudo shell

2010-08-17 Thread Will Coleda via RT
On Tue Jun 08 12:33:03 2010, cognominal wrote:
 I golfed the problematic statement to :
 
 $ perl6
   lc ~$_ for Match.^methods
   lc ~$_ for Match.^methods
 get_string() not implemented in class 'ArrayIterator'
 $ say my mac is freaking me out  # oops I was thrown out from the
 rakudo shell
 

$ ./perl6 
 lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
 lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
 lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
 lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
 say my mac is freaking me out # oops I was thrown out from the rakudo shell
my mac is freaking me out

This appears to be working now:
$ ./perl6 --version

This is Rakudo Perl 6, version 2010.07-140-g67778a6 built on parrot 2.7.0 r48560

Copyright 2008-2010, The Perl Foundation

Thanks for the report.

-- 
Will Coke Coleda


[perl #75620] some exceptions throw you out of the rakudo shell

2010-06-08 Thread via RT
# New Ticket Created by  Stephane Payrard 
# Please include the string:  [perl #75620]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75620 


I golfed the problematic statement to :

$ perl6
  lc ~$_ for Match.^methods
  lc ~$_ for Match.^methods
get_string() not implemented in class 'ArrayIterator'
$ say my mac is freaking me out  # oops I was thrown out from the rakudo shell

-- 
cognominal stef