[perl #121885] Rakudo's call-a-method-on-meta-class .^ is unnecessary fragile

2014-10-13 Thread jn...@jnthn.net via RT
On Thu May 15 12:43:22 2014, moritz wrote: > m: class A { BEGIN {say A.^name } } > rakudo-moar ea173d: OUTPUT«===SORRY!===␤Cannot invoke this object > (REPR: Null, cs = 0)␤» > > This doesn't work because .^ is implemented as a dispatcher in class Mu; > at the time the .^ call is perfor

[perl #121885] Rakudo's call-a-method-on-meta-class .^ is unnecessary fragile

2014-05-15 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #121885] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=121885 > m: class A { BEGIN {say A.^name } } rakudo-moar ea173d: OUTPUT«===SORRY!===␤Cannot invok