Re: [perl #130513] [REGRESSION] .List no longer works on shaped arrays (my @a[2;2]; say @a.List)

2017-01-05 Thread Elizabeth Mattijsen
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. >

Re: [perl #130510] [REGRESSION] Cannot assign an array of shape 2 2 to an array of shape 2 2 (my @c[2;2] .= new(:shape(2, 2), , ))

2017-01-05 Thread Elizabeth Mattijsen
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. >

[perl6/specs] fb4024: Synopses no longer primary

2017-01-05 Thread GitHub
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/

[perl #130512] Proc::Async STDIN isn't handled correctly for all apps

2017-01-05 Thread via RT
# 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

[perl #130517] [LTA] .max should warn if it sees useless :by parameter ( .max(:by(*.value)) )

2017-01-05 Thread via RT
# 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

[perl #130518] [TAP6] Harness fails with description for whole-file skippage

2017-01-05 Thread via RT
# 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

[perl #130520] [RFC] Deprecate `flatmap`

2017-01-05 Thread via RT
# 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