# 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/
# 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
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
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
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
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
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
# 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
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
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-
# 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
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
12 matches
Mail list logo