[perl #60796] There's something wrong with creating classes inside block eval

2008-11-26 Thread [EMAIL PROTECTED] via RT
On Mon Nov 24 15:12:48 2008, masak wrote: masak rakudo: eval { class A { has $.x } }; say A.new(x=5).x p6eval rakudo 33156: OUTPUT[5␤Null PMC access in find_method()␤current instr.: 'parrot;Perl6;Compiler;main' pc 136910 (src/gen_actions.pir:13693)␤] masak it gives the right answer, but then

[perl #60796] There's something wrong with creating classes inside block eval

2008-11-25 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #60796] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60796 masak rakudo: eval { class A { has $.x } }; say A.new(x=5).x p6eval rakudo 33156: