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 returns a BOOTArray #5500

Closed
p6rt opened this issue Jul 30, 2016 · 5 comments
Closed

*.sort returns a BOOTArray #5500

p6rt opened this issue Jul 30, 2016 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jul 30, 2016

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

Searchable as RT128779$

@p6rt
Copy link
Author

p6rt commented Jul 30, 2016

From @smls

  my &code = *.sort;
  say code(<y z x>).^name; # BOOTArray

Related tickets​:

  #​128481 - Exact same problem with *.split - fixed by lizmat++.
  #​126921 - Another constellation in which .sort returns a BOOTArray - still open.

@p6rt
Copy link
Author

p6rt commented Jul 30, 2016

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

@p6rt
Copy link
Author

p6rt commented Jul 30, 2016

From @lizmat

Fixed with 15ee3c3b9d94855aa , tests needed

On 30 Jul 2016, at 10​:58, Sam S. (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Sam S.
# Please include the string​: [perl #​128779]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128779 >

my &code = *.sort;
say code(<y z x>).^name; # BOOTArray

Related tickets​:

#​128481 - Exact same problem with *.split - fixed by lizmat++.
#​126921 - Another constellation in which .sort returns a BOOTArray - still open.

@p6rt
Copy link
Author

p6rt commented Jul 30, 2016

From @zoffixznet

Tests added in Raku/roast@9697a3b345

--
Cheers,
ZZ | https://twitter.com/zoffix

@p6rt
Copy link
Author

p6rt commented Jul 30, 2016

@zoffixznet - 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