[perl #109340] cannot run perl6 generated .pir

2012-01-30 Thread via RT
# New Ticket Created by Hiroki Horiuchi # Please include the string: [perl #109340] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109340 > Hello. $ echo "say 'abc';" > /tmp/a.p6 $ for i in 2011.07 2012.01; do > /opt/

[perl #109384] [BUG] 'perl6 --version' is advertised to work as 'perl6 -v' but doesn't in Rakudo

2012-01-30 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109384] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109384 > so 'man perl6' says 'perl -v' should work just the same as 'perl6 --version' but

[perl #63466] Null PMC access when matching against rule in nonexistent grammar in Rakudo

2012-01-30 Thread Will Coleda via RT
On Wed Feb 25 01:53:25 2009, masak wrote: > $ perl6 -e '"foo" ~~ //' > Null PMC access in get_string() > [...] > > Whenever there's a Null PMC access, I don't have to provide reasons. > :) But it seems to me that better error messages can be provided here, > something along the lines of "the gramm

[perl #69230] [BUG] Rakudo silently ignores "my $!foo" variable declarations

2012-01-30 Thread Will Coleda via RT
On Fri Sep 18 21:06:23 2009, carlin wrote: > The variable declaration should fail with an informative error message > rather than silently not assigning it (unless that is supposed to be > possible?) > > > class foo { method bar { my $!baz = 'lorem'; say $!baz; }; }; > foo.bar; > No such attribute

[perl #77582] Invocant type empty in error message when calling non-existant method on hash

2012-01-30 Thread Will Coleda via RT
On Tue Aug 31 13:12:23 2010, moritz wrote: > $ perl6 -e 'my %h; %h = 3; %h.nonexist' > Method 'nonexist' not found for invocant of class '' > in main program body at line 1 > > Should say "for invocant of class 'Hash'". > > Moritz 09:06 < [Coke]> rakudo: my %h; %h = 3; %h.nonexist 09:06 <+p6ev

[perl #73790] [BUG] Rakudo doesn't accept several -e options (but Perl 5 does)

2012-01-30 Thread Will Coleda via RT
On Wed Mar 24 07:00:23 2010, masak wrote: > $ perl -e 'print "OH HAI\n";' -e 'print "OH BAI BAI\n"' > OH HAI > OH BAI BAI > > $ perl6 -e 'print "OH HAI\n";' -e 'print "OH BAI BAI\n"' > OH BAI BAI > > So Perl 6 doesn't behave like Perl 5 (and sed and lots of other > programs accepting the -e optio

[perl #62244] [BUG] recent rakudo changes have broken NCI

2012-01-30 Thread Will Coleda via RT
On Mon Jan 12 07:34:33 2009, donaldhunter wrote: > It appears that rakudo changes committed over the weekend have broken NCI. > The last known working revision was #35300 for ext/SQLite3/t/test.p6 which > is crashing on #35440. > You'll need to patch ext/SQLite3/Makefile.PL so that it works, then

[perl #109376] Error 137 while doing 'make'

2012-01-30 Thread via RT
# New Ticket Created by Iaroslav Tymchenko # Please include the string: [perl #109376] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109376 > I am trying to follow instructions that I've found on page: http://rakudo.o

Re: [perl #109376] Error 137 while doing 'make'

2012-01-30 Thread Nicholas Clark
On Mon, Jan 30, 2012 at 03:37:56AM -0800, Iaroslav Tymchenko wrote: > I am trying to follow instructions that I've found on page: > http://rakudo.org/how-to-get-rakudo/ > > 1. git clone git://github.com/rakudo/rakudo.git > 2. cd rakudo > 3. perl Configure.pl --gen-parrot > 4. make > > and at the

[perl6/specs] f4488b: Change .gist on enums to not include the type

2012-01-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f4488b01c122c1755c5a018046118049fc994d7e https://github.com/perl6/specs/commit/f4488b01c122c1755c5a018046118049fc994d7e Author: Stefan O'Rear Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M S12-

[perl #109414] [BUG] Null PMC access when using attribute access in a hash key outside of a class in Rakudo

2012-01-30 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109414] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109414 > <[Coke]> nom: my %a = { $.idattr => 3 }; say %a.perl nom ef22e3: OUTPUT«Null PMC

Announce: Niecza Perl 6 v14

2012-01-30 Thread Stefan O'Rear
Announce: Niecza Perl 6 v14 This is the fourteenth release of Niecza Perl 6, as usual scheduled on the last Monday of the month. I'm on winter break now, which means lots of time for improvements. Muahahaha. This month hasn't seen much of a focus. With this release, Niecza now passes a si