# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122991] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122991 >
<masak> m: class A { my @.foo handles <push> }; A.push("OH", "HAI"); say A.foo <camelia> rakudo-moar a6f181: OUTPUT«(timeout)» <masak> locally: "Cannot call 'trait_mod:<handles>'; none of these signatures match" (Attribute, Method) <masak> am I greedy for wanting `my` + twigil + `handles` to work? <masak> is that even theoretically possible? <masak> it would be so awesome. <jnthn> masak: my @.foo supporting handles is a cute idea at least. It's not entirely straightforward. <jnthn> masak: But feasible with effort. <jnthn> No objections to filing a TODO ticket for it. <masak> developer torment? sounds like... a job for Perl 6! :P <masak> what's the saying again: "tormenting developers just for the sake of it" * masak submits TODO ticket