[perl #127881] [BUG] slow array slicing

2016-04-12 Thread via RT
# New Ticket Created by Daniel Green # Please include the string: [perl #127881] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127881 > '@array[0, 3, 7]' is much slower than '(@array[0], @array[3], @array[7])' time perl6 -e

[perl #127883] [BUG] Missing line/column number information when using a missing module

2016-04-12 Thread via RT
# New Ticket Created by Ahmad Zawawi # Please include the string: [perl #127883] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127883 > use NotFoundModule; or use NotInstalledModule; produces no line/column number error in

Re: [perl #127878] UTF8-C8 + Str.subst either dumps core or corrupt memory

2016-04-12 Thread Moritz Lenz
On 11.04.2016 17:00, Moritz Lenz wrote: > On 04/11/2016 03:04 PM, Nicholas Clark wrote: >> On Mon, Apr 11, 2016 at 04:39:59AM -0700, H. Merijn Brand wrote: >> >>> In a one-liner: >>> >>> $ p6 -e'my$b=Buf.new(61,^2048 .map({256.rand.Int}));my Str >>> $u=$b.decode("utf8-c8");$u.=subst(/("a"|"b")/,

[perl #127879] [BUG] map subroutine ignores the sequence in the specific case

2016-04-12 Thread via RT
# New Ticket Created by Itsuki Toyota # Please include the string: [perl #127879] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127879 > See the following results. $ echo "h o g e" | perl6 -e 'for $*IN.lines -> $line { $line