# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65474] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65474 >
<masak> I'm trying to understand what http://rt.perl.org/rt3/Ticket/Display.html?id=57864 needs to be closed. <masak> in it, pm says 'inheritance and method dispatch don't seem to be working quite properly, and we'll need to get that fixed'. <moritz_> there's just one thing that doesn't work in inheritance <moritz_> and there's a separate ticket for that <masak> so I can go ahead and close? which other ticket? <moritz_> rakudo: grammar A { token a { a } }; grammar B is A { }; say 'a' ~~ /<B::a>/ <p6eval> rakudo 615936: OUTPUT«Null PMC access in invoke() [...] <moritz_> this one <moritz_> don't know what ticket it is, though <masak> moritz_: are you sure that one's in RT? my searches for 'grammar' and 'inherit' turn up nada. <moritz_> masak: nearly sure <masak> moritz_: nope. really not finding it. * masak submits, just to be sure <moritz_> masak: ok