# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115724] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115724 >
<bbkr_> r: sub circumfix:<"[" "]"> ($a) { }; <p6eval> rakudo c82d10: OUTPUT«Null PMC access in find_method('clone') [...] <jnthn> ooh. * masak submits rakudobug <jnthn> Odd since I'm sure we have passing spectests covering circumfixes... <masak> r: sub circumfix:<" "> ($a) { } <p6eval> rakudo c82d10: OUTPUT«Null PMC access in find_method('clone') [...] <masak> r: sub circumfix:<" q> ($a) { } <p6eval> rakudo c82d10: OUTPUT«Null PMC access in find_method('clone') [...] <masak> r: sub circumfix:<w "> ($a) { } <p6eval> rakudo c82d10: OUTPUT«Null PMC access in find_method('clone') [...] <masak> so, it doesn't like those double quotes. <jnthn> r: sub circumfix:<w '> ($a) { } <p6eval> rakudo c82d10: ( no output ) <jnthn> wtf <masak> of course single quotes are fine :P <jnthn> That makes even less sense...