[perl #62196] Null PMC access on smartmatch inside method in Rakudo

2009-02-13 Thread jn...@jnthn.net via RT
On Sun Jan 11 09:42:35 2009, masak wrote: > rakudo: class A { method foo { say "" ~~ * } }; A.new.foo > rakudo 35420: OUTPUT«Null PMC access in find_method() [...] > * masak reports rakudobug > masak: Is that dependent on it being in a class? > jnthn: yes. > rakudo: say "" ~~ * > rakudo: sub

[perl #62196] Null PMC access on smartmatch inside method in Rakudo

2009-01-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62196] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62196 > rakudo: class A { method foo { say "" ~~ * } }; A.new.foo rakudo 35420: OUTPUT«Null PM