Fixed with 8568dd1, tests needed
> On 5 Jan 2017, at 05:35, Aleks-Daniel Jakimenko-Aleksejev (via RT)
> wrote:
>
> # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
> # Please include the string: [perl #130513]
> # in the subject line of all future correspondence about this issue.
>
Fixed with d77f9b8 , tests needed
> On 5 Jan 2017, at 04:52, Aleks-Daniel Jakimenko-Aleksejev (via RT)
> wrote:
>
> # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
> # Please include the string: [perl #130510]
> # in the subject line of all future correspondence about this issue.
>
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: fb4024c460250cdd8685e3f243cde9290dfcbffe
https://github.com/perl6/specs/commit/fb4024c460250cdd8685e3f243cde9290dfcbffe
Author: Steve Mynott
Date: 2017-01-05 (Thu, 05 Jan 2017)
Changed paths:
M html/
# New Ticket Created by David E.
# Please include the string: [perl #130512]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130512 >
I'm attempting to use Perl6 && Proc::Async to automate a series of tests
that requires intera
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130517]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130517 >
Code:
say { 0 => 1, 1 => 0 }.max(:by(*.value))
Result:
1 => 0
Code
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130518]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130518 >
TAP v12 spec[^1] shows the following as an example as TAP output that can be
used to skip
# New Ticket Created by Sam S.
# Please include the string: [perl #130520]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130520 >
So, Perl 6 has a built-in `flatmap` routine:
.flatmap({ ... })
Show of hands: Who is reas