Good point on the other special subscript values. The PIR as
currently being generated couldn't work anyway, since the subscript is
being put in an Int register instead of a PMC one.
On 9/30/08, Moritz Lenz <[EMAIL PROTECTED]> wrote:
> Mark J. Reed wrote:
>> I didn't see anything in the issue t
Mark J. Reed wrote:
> I didn't see anything in the issue tracker, nor did any tests fail,
There are failing (but TODOed) tests somewhere below
t/spec/S02-builtin_data_types/
> but am I correct in assuming that array slicing is simply not
> implemented yet in Rakudo?
Correct.
> $ ./perl6 -e 'my
I didn't see anything in the issue tracker, nor did any tests fail,
but am I correct in assuming that array slicing is simply not
implemented yet in Rakudo?
$ ./perl6 -e 'my @a = (1,2,3); say @a[0 .. 1];'
3
it takes the range in item context, which is the size of the range,
and uses that as an in