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

*.sort apparently leaks a BOOTArray #4842

Closed
p6rt opened this issue Dec 9, 2015 · 5 comments
Closed

*.sort apparently leaks a BOOTArray #4842

p6rt opened this issue Dec 9, 2015 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Dec 9, 2015

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

Searchable as RT126859$

@p6rt
Copy link
Author

p6rt commented Dec 9, 2015

From @TimToady

p6 'my $f = (*.sort)([1,3,1]); say $f.^name'
BOOTArray
p6 'say ((*.sort)([1,3,1])).WHAT'
()
p6 'say WHAT ((*.sort)([1,3,1]))'
(List)

@p6rt
Copy link
Author

p6rt commented Feb 3, 2017

From @zoffixznet

Looks fixed now (returns Seq). Testsneeded

@p6rt
Copy link
Author

p6rt commented Feb 5, 2017

From @smls

Test added (right below the test for the similar RT #​126921)​: Raku/roast@874acb1

Closing.

@p6rt
Copy link
Author

p6rt commented Feb 5, 2017

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

@p6rt
Copy link
Author

p6rt commented Feb 5, 2017

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

@p6rt p6rt closed this as completed Feb 5, 2017
@p6rt p6rt added the testneeded label Jan 5, 2020
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