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

Reversed list separator deletes the operands #5473

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

Reversed list separator deletes the operands #5473

p6rt opened this issue Jul 23, 2016 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 23, 2016

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

Searchable as RT128703$

@p6rt
Copy link
Author

p6rt commented Jul 23, 2016

From @titsuki

See the following results.

$ perl6 -e 'say (1 R, 2 R, 3 R, 4)'
(2 1)
$ perl6 -e 'say (1, 2, 3, 4)'
(1 2 3 4)

I think that the resulting list of the 1st example should be (4 3 2 1) .

My Perl 6 version is
$ perl6 --version
This is Rakudo version 2016.07.1-9-g649ff44 built on MoarVM version 2016.07
implementing Perl 6.c.

@p6rt
Copy link
Author

p6rt commented Aug 16, 2016

From @zoffixznet

Some conversation on this​: http://irclog.perlgeek.de/perl6/2016-08-16#i_13033240

@p6rt
Copy link
Author

p6rt commented Aug 16, 2016

From @jnthn

On Fri Jul 22 17​:15​:04 2016, cookbook_000@​yahoo.co.jp wrote​:

See the following results.

$ perl6 -e 'say (1 R, 2 R, 3 R, 4)'
(2 1)
$ perl6 -e 'say (1, 2, 3, 4)'
(1 2 3 4)

I think that the resulting list of the 1st example should be (4 3 2 1) .

My Perl 6 version is
$ perl6 --version
This is Rakudo version 2016.07.1-9-g649ff44 built on MoarVM version 2016.07
implementing Perl 6.c.

Fixed, and test in S03-metaops/reverse.t.

@p6rt
Copy link
Author

p6rt commented Aug 16, 2016

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

@p6rt
Copy link
Author

p6rt commented Aug 16, 2016

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

@p6rt p6rt closed this as completed Aug 16, 2016
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant