[perl #129363] duckmap doesn't retain structure types

2016-09-26 Thread via RT
# New Ticket Created by Jan-Olof Hendig # Please include the string: [perl #129363] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129363 > While discussing RT #129321 TimToady found another problem with duckmap, see http://i

[perl #129364] named arguments in sub signature not filled with values in surrounding where clause

2016-09-26 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #129364] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129364 > sub f( | ( :$a) where { dd $a } ) {}; f 42 # OUTPUT«Mu␤Constraint type check failed

[perl #129362] [BUG] Proc returned from Proc::Asyn.start does not have correct .command

2016-09-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129362] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129362 > # I have the fix; filing for records The `.command` attribute that was semi-recently adde

[perl #129359] [LTA] error when giving out-of-range offset to Buf.splice

2016-09-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129359] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129359 > The error mentions Len argument and .subbuf which aren't present in user's code: m: my $

[perl #129358] [LTA] Inconsistency between Array.splice and Buf.splice candidates

2016-09-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129358] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129358 > several combinations of Whatever and Callable candidates that are present in Array.splice

[perl #123838] [IO] IO::Handle::tell return 0, no matter what

2016-09-26 Thread Zoffix Znet via RT
Seems to be fixed in latest Rakudo, per http://irclog.perlgeek.de/perl6/2016-09-26#i_13283196 Tests needed.