Re: [perl #128453] [BUG] t\spec\S10-packages\precompilation.rakudo.moar fails on Windows

2016-07-29 Thread A. Sinan Unur
I will test again as soon as I can. Thank you. On Fri, Jul 29, 2016 at 4:30 PM, Stefan Seifert via RT wrote: > Can you please re-test? Similar failures were reportedly fixed by commit > 43debec892f0bdaf0c474d09c5805d1015fcae6d but I have no Windows system to test > on.

pack function

2016-07-29 Thread TS xx
Hi there, I am trying to translate some old perl 5 code and I am having trouble with a particular line. I used to have this in perl 5 to translate multibyte encoding like "%C3%A1": $value =~ s/%([\dA-Fa-f][\dA-Fa-f])/pack("C", hex($1))/eg; And I have translated the regex to something like

Re: [perl #128773] [BUG] .grep() does not propagate .is-lazy

2016-07-29 Thread Elizabeth Mattijsen
Fixed with 22949d8efef15e7002315 , tests needed > On 29 Jul 2016, at 19:22, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #128773] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Tick

[perl #128453] [BUG] t\spec\S10-packages\precompilation.rakudo.moar fails on Windows

2016-07-29 Thread Stefan Seifert via RT
Can you please re-test? Similar failures were reportedly fixed by commit 43debec892f0bdaf0c474d09c5805d1015fcae6d but I have no Windows system to test on.

[perl #128766] Useless use of $a in sink context is spurious

2016-07-29 Thread Will Coleda via RT
Re-opening, marking testneeded. -- Will "Coke" Coleda

[perl #128766] Useless use of $a in sink context is spurious

2016-07-29 Thread Larry Wall via RT
The onearg form of reduce wasn't correctly marking wantedness of either the operator or the argument. Fixed in fc28b67185d711cf8e4b3f9e6987e1ceee34e37b. (We don't test sink warnings currenlty.)

[perl #128770] 5334cb725 causes erroneous sink on ($_ with "foo")

2016-07-29 Thread Larry Wall via RT
The logical ops andthen, notandthen, and orelse were not propagating wantedness to their thunky args. Fixed in 7ba6dbfae97f5ff9398336e49267d51606512df9. Note that we don't generally test sink warnings currently.

[perl #128773] [BUG] .grep() does not propagate .is-lazy

2016-07-29 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128773] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128773 > TimToady │ m: say (1 ... *).grep(*.is-prime).is-lazy; camelia │ rakudo-moar 61725d: OUTPUT

[perl #128770] 5334cb725 causes erroneous sink on ($_ with "foo")

2016-07-29 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #128770] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128770 > say ($_ with "foo") rakudo-moar aa5e49: OUTPUT«WARNINGS for :␤Useless use of $_ in sin