[perl #77950] rakudo does not disambiguate on nominal types in subsignatures

2011-10-20 Thread Will Coleda via RT
On Mon Sep 20 06:51:49 2010, moritz wrote: > 15:49 < jnthn> It may not be a bug. > 15:49 < jnthn> rakudo: multi f ($ (Int :$value!)) { say "Int $value" }; > multi >f( $ (Str :$value!)) { say "Str $value" }; f('a' => 3); > f('a' => >'foo') > 15:49 <+p6eval> rakudo 523

[perl #77950] rakudo does not disambiguate on nominal types in subsignatures

2010-09-20 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77950] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77950 > 15:33 < jnthn> rakudo: multi f ($ (Int :$value)) { say "Int $value" }; multi f($ (Str :$