[perl #60854] died when try to instant class with attribute type Range

2008-11-26 Thread [EMAIL PROTECTED] via RT
On Wed Nov 26 04:27:12 2008, ihrd wrote: Hi! Rakudo 33212, example: class R { has Range $.range } my $r = R.new; died with: Null PMC access in clone() current instr.: 'parrot;Perl6Object;!cloneattr' pc 782 Ah yes, a missing null check. Added in r33218. Thanks, Jonathan

[perl #60854] died when try to instant class with attribute type Range

2008-11-26 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #60854] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60854 Hi! Rakudo 33212, example: class R { has Range $.range } my $r = R.new; died