# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65660] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65660 >
<jnthn> rakudo: sub infix:<ö>($x, $y) { say "flyyy" }; (1,2,3) »ö« (4,5,6) <p6eval> rakudo 612bcf: OUTPUT«Statement not terminated properly at line 1, near "\x{bb}\x{f6}\x{ab} (4,5,6" [...] <jnthn> aww. <masak> is that a new bug? <jnthn> Yes. No. <moritz_> jnthn: I think meta-ops are pre-generated <masak> I mean, apart from being a known butterfly. <jnthn> (Can't parse unicode hypers is known.) <masak> ok. <jnthn> But as moritz_ said, we don't handle generating meta-op forms yet. <jnthn> For user defined ops. <pmichaud> ....but we might be able to do so. <moritz_> aka it's a "todo bug" ;-) <jnthn> Oh, I'm sure we can. <jnthn> It's just whether it's worth hacking it in now, or waiting for when we can parse them the more STD-ish way, if that's teh plan. * masak submits TODO bug