[perl #127696] fails to insert comprepo in chain

2016-03-12 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #127696] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127696 > L.s. First I am experimenting without documentation and trying to read code from rakudo sourc

[perl #66820] Null PMC access in find_method() while accessing bound return value from gather/take

2016-03-12 Thread Moritz Lenz via RT
On Sun Jun 21 11:24:57 2009, moritz wrote: > $ perl6 -e 'my @a := gather { for 1..3 { take $_; say @a.perl } }; say > @a.perl' > Null PMC access in find_method() > in Main (:1) Current behavior: Type check failed in binding; expected Positional but got Seq (?) If I change it to 'my \a = gather