Different parsing of combined colonpairs #6170
Comments
From @zoffixznetIf joined colonpairs are after a position arg, only the first colonpair gets registered: <Zoffix__> m: -> *@_, *%_ { dd [@_, %_] }("/", :r:w:d:x) But if they're first in line, then all do: <Zoffix__> m: -> *@_, *%_ { dd [@_, %_] }(:r:w:d:x, "/") When in a [], only first one is obtained as well: And when in a {}, all are obtained, but only the first one gets value True (related?) |
From @AlexDanielI wonder, is it a dup of RT #124553 and RT #125353 ? On 2017-04-02 04:50:15, cpan@zoffix.com wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
From @dogbert17On Sun, 02 Apr 2017 07:48:11 -0700, alex.jakimenko@gmail.com wrote:
The examples given by Zoffix above seems to have been fixed by rakudo/rakudo@9135914 |
Migrated from rt.perl.org#131089 (status was 'open')
Searchable as RT131089$
The text was updated successfully, but these errors were encountered: