[perl #66792] [BUG] Attributes doesn't get default values when BUILD-method exists

2009-06-21 Thread via RT
# 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

Re: Trying to install Rakudo

2009-06-21 Thread Lyle
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...@

Re: Trying to install Rakudo

2009-06-21 Thread Geoffrey Broadwell
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

[perl #66810] [BUG] Perl6::Grammar does not support ^methods()

2009-06-21 Thread via RT
# 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

[perl #66816] Zero-width substitution makes the GC recurse

2009-06-21 Thread via RT
# 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

[perl #66826] [BUG] implementing an operator in the setting causes Null PMC access in find_method()

2009-06-21 Thread via RT
# 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

[perl #66822] [BUG] wrong optional parameter order does not fail

2009-06-21 Thread jason switzer
# 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

[perl #66824] "argument doesn't array" with one-item ranges

2009-06-21 Thread Moritz Lenz via RT
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 array␤in sub f > (/tmp/2x4tmnOO68:1)␤called from Main (/tmp/2x4tmnOO68:2)␤» > I investigated a b

[perl #66820] Null PMC access in find_method() while accessing bound return value from gather/take

2009-06-21 Thread via RT
# 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

[perl #66824] "argument doesn't array" with one-item ranges

2009-06-21 Thread via RT
# 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 <

"Nonexistent file" processing

2009-06-21 Thread Parrot Raiser
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

[perl #66818] Inconsistent behaviour when iterating over %*VM.kv

2009-06-21 Thread via RT
# 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' =