[perl #127013] [BUG] 'while' only returns list from routine with explicit return

2015-12-25 Thread via RT
# New Ticket Created by ab5tract # Please include the string: [perl #127013] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127013 > [21:26] m: sub f($x) { my $z; do $z while ++$z < $x }; say f(5) [21:26] <+camelia> rakudo-mo

Announce: Rakudo Perl 6 compiler, Development Release #94 (“коледа”)

2015-12-25 Thread Will Coleda
On behalf of the Rakudo development team, I’m proud to announce the Christmas release (December 2015) of Rakudo Perl 6 #94 “коледа”. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1] and the Java Virtual Machine. This is the Christmas release of Rakudo Perl 6. This version of t

[perl #127029] Pod link containing pod is misparsed in some cases

2015-12-25 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #127029] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127029 > Here's an example: =begin pod L> =end pod dd $=pod[0]; The parser decides that the _f

Re: [perl #127029] Pod link containing pod is misparsed in some cases

2015-12-25 Thread Lloyd Fournier
IMO it looks like both of them are wrong but for different reasons =pod L<#Has C> becomes # Pod::FormattingCode.new(type => "L", meta => [], config => {}, contents => ["#Has ", Pod::FormattingCode.new(type => "C", meta => [], config => {}, contents => ["pod"]), ""]) The L<> formatting code withou

[perl #127030] [BUG] await start { qx/../ } doesn't wait

2015-12-25 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127030] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127030 > perl6 -e 'say await start { qx/echo foo/ }' outputs an empty list. Pretty sure that's