[perl #127273] Core dump from run( ..., :merge) and trying to get output

2016-01-14 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #127273] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127273 > use v6; my $proc = run( 'echo', 'hello', :out, :merge ); say $proc.out.slurp-rest; Removi

[perl #127272] [BUG] Weird optimization in {l,g}e string comparison operators.

2016-01-14 Thread via RT
# New Ticket Created by Darek Cidlinsky # Please include the string: [perl #127272] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127272 > In large loops, "le" and "ge" operators eventually start to give False on equality.

[perl #127267] Missing comma in parens leads to cryptic compiler error

2016-01-14 Thread via RT
# New Ticket Created by hanenkamp # Please include the string: [perl #127267] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127267 > A missing comma in a parenthetical hash, such as might be found in an enum declaration like

[perl #127264] Inconsistent file information

2016-01-14 Thread via RT
# New Ticket Created by nadim khemir # Please include the string: [perl #127264] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127264 > $?FILE is the path and file name callsframe.file returns the file name only

Re: [perl #127263] Cannot pass a Method object to .^can

2016-01-14 Thread Moritz Lenz
Hi Dave, On 01/14/2016 07:47 AM, Dave Rolsky (via RT) wrote: # New Ticket Created by Dave Rolsky # Please include the string: [perl #127263] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127263 > If I do a get errors like: