Re: [perl #66996] [BUG] Null PMC access when Rakudo tries to parse :colonpair[] with empty list

2010-03-20 Thread Moritz Lenz
Carl MXXsak (via RT) wrote: > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #66996] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=66996 > > > > rakudo: my $a = :x[] > rakudo 6c43f9: OUTPUT

[perl #66996] [BUG] Null PMC access when Rakudo tries to parse :colonpair[] with empty list

2009-06-30 Thread Patrick R. Michaud via RT
On Fri Jun 26 07:56:40 2009, masak wrote: > rakudo: my $a = :x[] > rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...] > * masak submits rakuodbug > rakudo: :x[] > rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...] What should $a contain in the above case? I.e., what's the

Re: [perl #66996] [BUG] Null PMC access when Rakudo tries to parse :colonpair[] with empty list

2009-06-30 Thread Moritz Lenz
Patrick R. Michaud via RT wrote: > On Fri Jun 26 07:56:40 2009, masak wrote: >> rakudo: my $a = :x[] >> rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...] >> * masak submits rakuodbug >> rakudo: :x[] >> rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...] > > > What should $

[perl #66996] [BUG] Null PMC access when Rakudo tries to parse :colonpair[] with empty list

2009-06-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66996] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66996 > rakudo: my $a = :x[] rakudo 6c43f9: OUTPUT«Null PMC access in find_method() [...] * ma