On Mon May 20 10:55:06 2013, masak wrote: > <dagurval> r: proto sub a($) {*}; sub a(Int $x) { "yay" } > <camelia> rakudo 8d2ec9: OUTPUT«===SORRY!===â€Redeclaration of routine > a [...] > <dagurval> shouldn't that work? from syn: ". A proto also adds an > implicit multi to all routines of the same short name within its > scope, unless they have an explicit modifier" > * masak submits rakudobug for that > <moritz> I think that's already (long) known > <masak> yes, but I don't find it in RT. > <masak> submitting Justin Case, and then we can merge if someone finds > it.
After some discussion, we decided to remove this from the design: https://github.com/perl6/specs/commit/8ee967d2fa3464bffd640c8d5443c3dad1c8fec6 I've also removed the fudged tests linked to this ticket.