# New Ticket Created by Johan Viklund
# Please include the string: [perl #66792]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66792 >
class T {
has $.thing = 'default';
submethod BUILD {}
}
say T.new.thing; # Use
Hi Ron,
I looks like the SVN repo was just down temporarily. Try again and
it'll probably work. You can also run the svn commands directly to grab
parrot... Take a look in gen_parrot.pl
Lyle
Ron Savage wrote:
Hi Folks
>From this page: http://rakudo.org/how-to-get-rakudo
I tried:
1) r...@
On Sun, 2009-06-21 at 13:14 +0100, Lyle wrote:
> Hi Ron,
> I looks like the SVN repo was just down temporarily. Try again and
> it'll probably work. You can also run the svn commands directly to grab
> parrot... Take a look in gen_parrot.pl
>
> Ron Savage wrote:
> > Checking out Parrot r39599 v
# New Ticket Created by Elliot Shank
# Please include the string: [perl #66810]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66810 >
The code below results in an error:
Method '!.^' not found for invocant of class 'P
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66816]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66816 >
This innocently looking script on Rakudo #18 sends the GC into an infinite
recursion and
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66826]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66826 >
Attached patch implements the eager version of infix:<...> (the series
operator). It make
# New Ticket Created by "jason switzer"
# Please include the string: [perl #66822]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66822 >
(2:34:19 PM) s1n_yapc: rakudo: sub foo($opt?, $other) { say "opt {$opt}
other {$other
On Sun Jun 21 12:05:11 2009, moritz wrote:
> 21:03 <@moritz_> rakudo: my @a = 1, 2, 4; sub f($a) { say $a };
> f(|@a[*-1..*-1])
> 21:03 < p6eval> rakudo 1b06df: OUTPUT«argument doesn't arrayin sub f
> (/tmp/2x4tmnOO68:1)called from Main (/tmp/2x4tmnOO68:2)»
>
I investigated a b
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66820]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66820 >
$ perl6 -e 'my @a := gather { for 1..3 { take $_; say @a.perl } }; say
@a.perl'
Null PMC
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66824]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66824 >
21:03 <@moritz_> rakudo: my @a = 1, 2, 4; sub f($a) { say $a };
f(|@a[*-1..*-1])
21:03 <
Following the instructions on the Rakudo how-to-get-rakudo page, I ran
./perl hello & hello.pl
As I had not yet written hello, perl6 objected as follows:
$ ./perl6 hello
Unable to open filehandle from path 'hello'
current instr.: 'perl6;PCT;HLLCompiler;evalfiles' pc 1099756 ((unknown file):-1)
cal
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66818]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66818 >
The %*VM hash has the following structure
%*VM = (
config => {
'-Wcomment' =
12 matches
Mail list logo