Re: negative index in perl6 array

2009-06-19 Thread Aruna Goke
Chas. Owens wrote: On Sat, Jun 20, 2009 at 00:58, Aruna Goke wrote: is negative index not allowed in perl6? i tried my @test = (1 .. 20); @test[-1].say; OUTPUT Use of uninitialized value You have to say @test[*-1].say; now http://perlcabal.org/syn/S09.html#Negative_and_differential_subs

Re: negative index in perl6 array

2009-06-19 Thread Chas. Owens
On Sat, Jun 20, 2009 at 00:58, Aruna Goke wrote: > is negative index not allowed in perl6? > > i tried > > my @test = (1 .. 20); > @test[-1].say; > > OUTPUT > Use of uninitialized value > You have to say @test[*-1].say; now http://perlcabal.org/syn/S09.html#Negative_and_differential_subscripts

negative index in perl6 array

2009-06-19 Thread Aruna Goke
is negative index not allowed in perl6? i tried my @test = (1 .. 20); @test[-1].say; OUTPUT Use of uninitialized value

Re: [perl #66742] AutoReply: make test failing on OS X

2009-06-19 Thread S F
On Fri, Jun 19, 2009 at 8:57 AM, perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: >"make test failing on OS X", > a summary of which appears below. > > There is no need to reply to this message r

[perl #66744] Segfault or error when running rakudo on a spectest/spectest extract

2009-06-19 Thread �var Arnfjörð Bjarmason
# New Ticket Created by "Ævar Arnfjörð Bjarmason" # Please include the string: [perl #66744] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66744 > Tested on 1b06df80900096dab8a9f74467f504f73a6115dd a...@aoeu:~/src/raku

[perl #66742] make test failing on OS X

2009-06-19 Thread via RT
# New Ticket Created by S F # Please include the string: [perl #66742] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66742 > This morning I did: git pull perl Configure.PL --gen-parrot make clean make make test And make

Re: Rakudo Perl 6 development release #18 ("Pittsburgh")

2009-06-19 Thread François Perrad
2009/6/19 Patrick R. Michaud : > > On behalf of the Rakudo development team, I'm pleased to announce > the June 2009 development release of Rakudo Perl #18 "Pittsburgh". > Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1]. > The tarball for the June 2009 release is available f

[perl #66714] [BUG] No line number in error message to undef[1] in Rakudo

2009-06-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66714] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66714 > uhm, why doesn't this error message contain a line number? rakudo: .[1] rakudo 9dc941

Re: [perl #64058] A note about installing Rakudo

2009-06-19 Thread Parrot Raiser
On Sat, Mar 21, 2009 at 1:43 PM, Bora wrote: > >  3 . Go to the Program Files/git/bin folder and use the command " git clone > git://github.com/rakudo/rakudo.git " for downloading rakudo , When I try this, I consistently get the messages: Initialized empty Git repository in {directory}/rakudo.g