Re: [perl #123594] AutoReply: [BUG] Assigning to a Buf slice fails

2015-01-12 Thread raydiak
Test added in S09-subscript/slice.t On Mon, Jan 12, 2015 at 06:59:09PM -0800, perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "[BUG] Assigning to a Buf slice fails", > a summary of which appea

[perl #123594] [BUG] Assigning to a Buf slice fails

2015-01-12 Thread via RT
# New Ticket Created by # Please include the string: [perl #123594] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123594 > # perl6 -e 'my $b = Buf.new(0, 0); $b[0, 1] = 2, 3;' Cannot modify an immutable Int in method STORE

[perl #123584] LTA: Cannot find method 'orig

2015-01-12 Thread via RT
# New Ticket Created by 卓明亮 # Please include the string: [perl #123584] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123584 > m: $; my $b; rakudo-moar 8f447f: OUTPUT«===SORRY!===␤Cannot find method 'orig'␤» m: my $; my $b; r

[perl #123581] Infinite lists match [] signature

2015-01-12 Thread Carl Mäsak via RT
m: (1..*).Capture.perl.say rakudo-moar 6a3fc3: OUTPUT«Capture.new(hash => {"excludes-max" => Bool::False, "excludes-min" => Bool::False, "min" => 1, "max" => Inf})␤» ah m: (my @a = 1..*).Capture.perl.say rakudo-moar 6a3fc3: OUTPUT«Capture.new()␤» That's a golf. * masak adds that to the ticke

Re: [perl #123578] shouldn't site be earlier in @*INC ?

2015-01-12 Thread Gabor Szabo
If I recall correctly in Perl 5 the resolution was that the directories in @INC are ordered site, vendor, system I am not sure about Perl 6, but with the above layout I think system would hold the modules of Rakudo. vendor would hold the modules of Rakudo Star and site would hold the stuff that I