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
# 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
# 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
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
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