HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/csv; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:44:14 GMT Content-length: 922 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform 1144,MMD incorrectly matches _ instead of String,Austin_Hastings,,"In the code below, I believe that calls to `foo('bar')` should be delivered to the :multi(String) sub, not the :multi(_) sub. {{{ .namespace [] .sub 'foo' :multi(_) .param pmc args :slurpy print ""multi(_) : arg is a: "" $P0 = shift args $S0 = typeof $P0 say $S0 .end .sub 'foo' :multi(String) .param pmc args :slurpy say ""multi(String)"" .end .sub 'main' :main foo(1) foo('bar') foo('bar', 'baz') $P0 = box 'bar' foo($P0) foo($P0, 'baz') .end }}} On my 1.7.0-devel version, the output is: {{{ multi(_) : arg is a: Integer multi(_) : arg is a: String multi(_) : arg is a: String multi(String) multi(String) }}} ",bug,closed,normal,,none,1.7.0,medium,fixed,,,,, rot/chrome/site/parrot_logo.png