[perl #130362] [BUG] is-deeply not using custom eqv operators

2016-12-16 Thread Zoffix Znet via RT
On Fri, 16 Dec 2016 12:40:05 -0800, TimTom wrote: > The is-deeply operator does not appear to pick up custom infix eqv > variants. I can see on line 567 of rakudo/lib/Test.pm6 that > _is_deeply is using infix:, but it doesn't pick up the custom > variant. I attempted exporting the operator and mo

Re: [perl #130365] [REGRESSION] last in grep is no longer working (.grep(last if $_ < 50; True}))

2016-12-16 Thread Elizabeth Mattijsen
Preliminary fix for 2016.12 made in 7021861705f03b105d . Proper fix will happen after the release. Tests are still needed. > On 16 Dec 2016, at 23:43, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the stri

[perl #130365] [REGRESSION] last in grep is no longer working (.grep(last if $_ < 50; True}))

2016-12-16 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130365] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130365 > >From outdated design docs: “Note that grep is an implicit loop, so n

Re: [perl #130358] [WINDOWS] Spectest Triggers Firewall "Security Alert"

2016-12-16 Thread Nicholas Clark
On Fri, Dec 16, 2016 at 09:51:11PM +0100, Elizabeth Mattijsen wrote: > > > On 16 Dec 2016, at 15:52, Zoffix Znet (via RT) > > wrote: > > One of these tests trigger the firewall popup "security alert" on Windows > > 10 (see attachment): > > > > t\spec\S32-io\rename.t ..

[perl #130363] there's no match for Any aka /./ codegens differently from m/./

2016-12-16 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #130363] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130363 > $ 6 'm/./; dd $/' No such method 'match' for invocant of type ‘Any' $ 6 '/./; dd

Re: [perl #130358] [WINDOWS] Spectest Triggers Firewall "Security Alert"

2016-12-16 Thread Elizabeth Mattijsen
> On 16 Dec 2016, at 15:52, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #130358] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=130358 > > > > One of these

[perl #130358] [WINDOWS] Spectest Triggers Firewall "Security Alert"

2016-12-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130358] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130358 > One of these tests trigger the firewall popup "security alert" on Windows 10 (see attachm