[perl #80668] Could not load oplib `perl6_ops'

2010-12-13 Thread via RT
# New Ticket Created by Yi-Fang Liu # Please include the string: [perl #80668] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=80668 > Hi,I have just installed setup-parrot-2.10.0.exe and setup-parrot-2.10.0-rakudo-35.exe o

[perl #80694] [BUG] Strange stateful results when calling a method containing a .^can call in Rakudo

2010-12-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #80694] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=80694 > rakudo: class A { method foo { 'abc' }; A.^add_method('bar', A.^can('foo')); }; my $x=

Re: [perl #80694] [BUG] Strange stateful results when calling a method containing a .^can call in Rakudo

2010-12-13 Thread Jonathan Worthington
On 13/12/2010 21:08, Carl Mäsak (via RT) wrote: # New Ticket Created by "Carl Mäsak" # Please include the string: [perl #80694] # in the subject line of all future correspondence about this issue. #http://rt.perl.org/rt3/Ticket/Display.html?id=80694> rakudo: class A { method foo { 'abc' };