# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76278] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76278 >
<masak> rakudo: "foo" ~~ /foo/; say "What kind of $()l am I?" <p6eval> rakudo 451b40: OUTPUT«What kind of l am I?» <masak> hm, shouldn't that say 'fool'? <pmichaud> no <masak> rakudo: "foo" ~~ / foo {make "foo"} /; say "What kind of $()l am I?" <masak> pmichaud: what about that? <pmichaud> masak: that looks buggish. <jnthn> I think make not done inside an action method has always been buggy, fwiw. <pmichaud> I think make is just broken in rakudo <jnthn> pmichaud: Yes, that matches my experience. * masak submits the other rakudobug <pmichaud> nqp: say(('foo' ~~ / foo { make 'foo' }/).ast) <p6eval> nqp: OUTPUT«» <pmichaud> hmmm. <pmichaud> okay, I'll look at that one. <pmichaud> but I do suspect a bug in rakudo's &make <pmichaud> as in, it appears that rakudo doesn't have one.