Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array doesn't get numified #2614

Closed
p6rt opened this issue Jan 18, 2012 · 5 comments
Closed

Array doesn't get numified #2614

p6rt opened this issue Jan 18, 2012 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jan 18, 2012

Migrated from rt.perl.org#108508 (status was 'resolved')

Searchable as RT108508$

@p6rt
Copy link
Author

p6rt commented Jan 18, 2012

From trixium@web.de

my @​a1=1,2,3,4; my @​a2=@​a1[2 ..^ @​a1]; my @​a3=@​a2[1 ..^ @​a2]
hangs the machine.
$ perl6 --version
This is perl6 version 2011.12-140-g0ac25d0 built on parrot 3.11.0 revision RELEASE_3_11_0

$ uname -a
Linux black 2.6.38-13-generic #​53-Ubuntu SMP Mon Nov 28 19​:33​:45 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

Encountered that problem first with a code example from rosetta code​:
http://rosettacode.org/wiki/Sorting_algorithms/Merge_sort#Perl_6

@p6rt
Copy link
Author

p6rt commented May 23, 2012

From @jnthn

On Wed Jan 18 00​:33​:58 2012, trixium@​web.de wrote​:

my @​a1=1,2,3,4; my @​a2=@​a1[2 ..^ @​a1]; my @​a3=@​a2[1 ..^ @​a2]
hangs the machine.
$ perl6 --version
This is perl6 version 2011.12-140-g0ac25d0 built on parrot 3.11.0
revision RELEASE_3_11_0

$ uname -a
Linux black 2.6.38-13-generic #​53-Ubuntu SMP Mon Nov 28 19​:33​:45 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux

Encountered that problem first with a code example from rosetta code​:
http://rosettacode.org/wiki/Sorting_algorithms/Merge_sort#Perl_6

Now​:

my @​a1=1,2,3,4; my @​a2=@​a1[2 ..^ @​a1]; my @​a3=@​a2[1 ..^ @​a2]
4

Tagging testneeded.

/jnthn

@p6rt
Copy link
Author

p6rt commented May 23, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 5, 2012

From @moritz

Now tested in S09-subscript/slice.t.

@p6rt
Copy link
Author

p6rt commented Jun 5, 2012

@moritz - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant