# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #98992]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=98992 >
<moritz> nom: say (1.3, 3.5, 3).fmt('%d', '_') [10:37]
<p6eval> nom bb2a5a: OUTPUT«Too many positional parameters passed; got
3 but expected between 1 and 2 [...]
<moritz> that too should work
<moritz> nom: say List ~~ Iterable
<p6eval> nom bb2a5a: OUTPUT«Bool::True»
<masak> b: say (1.3, 3.5, 3).fmt('%d', '_')
<p6eval> b 1b7dd1: OUTPUT«1_3_3»
* masak submits rakudobug
<moritz> (there's a failing spectest for that)
* moritz wonders why Parcel !~~ Iterable
<moritz> that causes lots of code duplication or redispatches in Parcel.pm
<moritz> will ask pmichaud++ when he appears