[perl #63794] [PATCH] Add a Perl6 version of the Any first method

2009-03-11 Thread via RT
# New Ticket Created by Cory Spencer # Please include the string: [perl #63794] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63794 > This patch replaces the PIR first method with a Perl 6 version. Additionally, it add

r25800 - docs/Perl6/Spec

2009-03-11 Thread pugs-commits
Author: lwall Date: 2009-03-11 20:56:30 +0100 (Wed, 11 Mar 2009) New Revision: 25800 Modified: docs/Perl6/Spec/S05-regex.pod Log: rechristen . as .rob (at least for now) Modified: docs/Perl6/Spec/S05-regex.pod === --- docs/Perl6/

[perl #63786] Rakudo dies with a Null PMC access when referring to variables that haven't been declared yet

2009-03-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63786] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63786 > rakudo: my @a = $b; my $b = 5 rakudo 0c893b: OUTPUT«Null PMC access in isa() [...] * m

[perl #63698] [PATCH] Reimplement List.reduce in Perl6.

2009-03-11 Thread Vasily Chekalkin via RT
On Sat Mar 07 16:14:01 2009, bacek wrote: > --- > src/builtins/any-list.pir | 61 > - > src/setting/Any-list.pm | 24 + > 2 files changed, 24 insertions(+), 61 deletions(-) > After few iterations moritz++ implemented final versio

[perl #63784] pop in perl6

2009-03-11 Thread via RT
# New Ticket Created by fREW Schmidt # Please include the string: [perl #63784] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63784 > Hopefully this does the trick :-) -- fREW Schmidt http://blog.afoolishmanifesto.com >F

Re: Some setting candidates

2009-03-11 Thread Jonathan Scott Duff
On Tue, Mar 10, 2009 at 12:30 PM, Patrick R. Michaud wrote: > For those who are interested in adding some of the Perl 6 > builtins to Rakudo's core settings files -- I've created > a wiki page that lists some prime candidates that I think > ought to be relatively easy to convert (perhaps using inl

[perl #63780] Class/Objects bug?

2009-03-11 Thread via RT
# New Ticket Created by Peter Schwenn # Please include the string: [perl #63780] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63780 > (Please feel free to move this to perl6-users if you feel that more appropriate.) The