Re: [perl #126759] AutoReply: [BUG] EVAL not working with custom circumfixes,terms, etc

2015-12-02 Thread Lloyd Fournier
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

[perl #126789] A caught exception still exits a sub ?

2015-12-02 Thread via RT
# 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 };

[perl #121147] The last bug

2015-12-02 Thread jn...@jnthn.net via RT
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«0␤1␤2␤3␤4␤5␤» > ..niecza v24-109-g48a8de3: > OUTPUT«===SORRY!===␤␤Action method > statement_prefix:FIRST not > yet implemented

[perl #123731] [BUG] `last` inside a `NEXT` phaser in a loop does not abort the loop

2015-12-02 Thread jn...@jnthn.net via RT
On Wed Feb 04 17:58:57 2015, masak wrote: > m: for ^5 { .say; NEXT { last } } > rakudo-moar 613c0b: OUTPUT«0␤1␤2␤3␤4␤» > 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«3␤2␤1␤»

[perl #126786] [BUG] install-core-dist.pl ignores DESTDIR

2015-12-02 Thread via RT
# 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 -

[perl #126787] Call to method that does not exist in a Promise

2015-12-02 Thread via RT
# 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: {

Re: [perl #126785] AutoReply: t/04-nativecall/11-cpp.t failure

2015-12-02 Thread Luc St-Louis
Gah! I meant t/16-rt125408.t, sorry about that (but the issue remains).

[perl #126776] Error when running `panda install Task::Star`

2015-12-02 Thread via RT
# 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

[perl #126785] t/04-nativecall/11-cpp.t failure

2015-12-02 Thread via RT
# 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