PR for the exporthow case: https://github.com/rakudo/rakudo/pull/613
On Mon, Nov 30, 2015 at 6:43 PM Lloyd Fournier
wrote:
> that actually didn't fix the EXPORTHOW::DECLARE problem. My test for it
> was wrong.
>
> it seems that EXPORTHOW::DECLARE needs to set a key in EXPORTHOW as well.
>
> On S
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #126789]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126789 >
[01:02:33] m: sub a($a) { $a(); CATCH { default { say "default" }
}; 42 };
On Sun Feb 02 11:20:48 2014, m...@kli.org wrote:
> perl6: my $i=0; while $i < 6 { FIRST { say "Here"; last }; say
> $i++ }
> rakudo-moar 535d91: OUTPUT«012345»
> ..niecza v24-109-g48a8de3:
> OUTPUT«[31m===[0mSORRY![31m===[0mAction method
> statement_prefix:FIRST not
> yet implemented
On Wed Feb 04 17:58:57 2015, masak wrote:
> m: for ^5 { .say; NEXT { last } }
> rakudo-moar 613c0b: OUTPUT«01234»
> bug?
> * masak submits rakudobug for `last` in a `NEXT` not exiting the for loop
> m: my $c = 3; while $c { say $c--; NEXT { last } };
> rakudo-moar 613c0b: OUTPUT«321»
# New Ticket Created by Brian Gernhardt
# Please include the string: [perl #126786]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126786 >
git describe: Bend-317-g9511ff2
OS X 10.11.1
Steps to reproduce:
perl Configure.pl -
# New Ticket Created by Juerd Waalboer
# Please include the string: [perl #126787]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126787 >
use v6;
my $foo;
my $promise = Promise.new;
$promise.then: {
Gah! I meant t/16-rt125408.t, sorry about that (but the issue
remains).
# New Ticket Created by Doug Jenkins
# Please include the string: [perl #126776]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126776 >
I was following through the rakudobrew install steps for Linux and I get an
error when r
# New Ticket Created by l...@pobox.com
# Please include the string: [perl #126785]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126785 >
It fails when rakudo has not yet been installed. Perhaps the makefile
should invoke the