[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: > rakudo: eval { class A { has $.x } }; say A.new(x=>5).x > rakudo 33156: OUTPUT[5␤Null PMC access in > find_method()␤current instr.: 'parrot;Perl6;Compiler;main' pc 136910 > (src/gen_actions.pir:13693)␤] > it gives the right answer, but then decides to

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=60796 > rakudo: eval { class A { has $.x } }; say A.new(x=>5).x rakudo 33156: OUTPUT[5␤Null PM