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.
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
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
Can you please re-test? Similar failures were reportedly fixed by commit
43debec892f0bdaf0c474d09c5805d1015fcae6d but I have no Windows system to test
on.
Re-opening, marking testneeded.
--
Will "Coke" Coleda
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.)
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.
# 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
# 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