[perl #78208] [BUG] Numifying a Method returns number of multi candidates in Rakudo

2011-10-08 Thread Will Coleda via RT
On Mon Oct 04 13:23:30 2010, masak wrote: > rakudo: say +Method > rakudo 2ee5db: OUTPUT«0␤» > that seems completely bogus to me > it prints out the contents of both > ...no warning? > * masak submits +Method rakudobug > rakudo: multi foo() { }; multi foo($x) { }; say +&foo > rakudo 2ee5db: O

[perl #78208] [BUG] Numifying a Method returns number of multi candidates in Rakudo

2010-10-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78208] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78208 > rakudo: say +Method rakudo 2ee5db: OUTPUT«0␤» that seems completely bogus to me it p