[perl #112666] [BUG] .clone not doing the right kinda thing with arrays in Rakudo

2012-04-28 Thread Carl Mäsak via RT
r: https://gist.github.com/2519842 rakudo 2a962e: OUTPUT«(signal SEGV)» masak: could you add https://gist.github.com/2519842 to RT112666 please? gfldex: will do.

[perl #112666] [BUG] .clone not doing the right kinda thing with arrays in Rakudo

2012-04-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112666] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112666 > i may have found another bug and you wont like that one :) r: https://gist.gith

[perl #112664] [BUG] multi without proto gets the wrong lexical lookup chain in Rakudo

2012-04-28 Thread Carl Mäsak via RT
rakudo/nom: 6c9661f | jnthn++ | src/Perl6/Actions.pm: rakudo/nom: Fix a lexical handling bug in installation of auto- generated protos and derived dispatchers. gfldex++ for reporting, moritz++ for realizing it was about protos. rakudo/nom: review: https://github.com/rakudo/rakudo/commit/6c9661

[perl #112664] [BUG] multi without proto gets the wrong lexical lookup chain in Rakudo

2012-04-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112664] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112664 > r: https://gist.github.com/2518066 rakudo a25e7d: OUTPUT«Null PMC access in fin

[perl #112662] LTA error

2012-04-28 Thread Jimmy Zhuo
# New Ticket Created by "Jimmy Zhuo" # Please include the string: [perl #112662] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112662 > JimmyZ r: dir | say #bug too ? p6eval rakudo a25e7d: OUTPUT«␤Method 'FLATTENABL

[perl #112660] [BUG] Can push non-X objects to an attribute array typed with X in Rakudo

2012-04-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112660] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112660 > r: https://gist.github.com/2518066 rakudo a25e7d: OUTPUT«Null PMC access in fin

[perl #112632] our variables or subroutines cannot be called from outside scope

2012-04-28 Thread Carl Mäsak via RT
Thank you for bringing this to our attention. It used to be you could use 'our' like below, but not anymore. Now you must declare a variable in any scope you use it, including 'our' variables. This is a change that happened with the nom refactor. Do you have the URL for "the Perl 6 Tutorial"? I

Re: [perl #112654] [BUG] Simple gather loop flusters Rakudo

2012-04-28 Thread Patrick R. Michaud
On Fri, Apr 27, 2012 at 07:59:22PM -0700, Solomon Foster wrote: > colomon: r: sub mcf() { gather loop { take 1; last; }; }; say mcf().perl > p6eval: rakudo dda5b0: OUTPUT«Method 'eager' not found for invocant of > class 'Integer'␤ in sub coro at src/gen/CORE.setting:4926␤ in method > reify at src

[perl #112650] white space is not accepting in between method name and (

2012-04-28 Thread via RT
# New Ticket Created by Kishore # Please include the string: [perl #112650] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112650 > Hello Rakudo, [krelangi@adc2190190 rakudo-star-2012.04]$ ./perl6 --version This is pe

[perl #112636] Shuttle operator must be preceded by at least one space to work properly

2012-04-28 Thread via RT
# New Ticket Created by Philippe de Rochambeau # Please include the string: [perl #112636] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112636 > Perl6 version: rakudo 2012.04.1 > say 1<=>2; Confused > say 1 <=>2; In

[perl #112632] our variables or subroutines cannot be called from outside scope

2012-04-28 Thread via RT
# New Ticket Created by Philippe de Rochambeau # Please include the string: [perl #112632] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112632 > Perl6 version: 2012.04.1 { our $truc = 'machin'; our

[perl #112634] Typing left curly bracket in Perl6 interpreter, then CR, results in parsing error

2012-04-28 Thread via RT
# New Ticket Created by Philippe de Rochambeau # Please include the string: [perl #112634] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112634 > perl 6 version: Rakudo 2012.04.1 if you type "if (0 > 2) {" then pres