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

slip ignores containerization #6262

Open
p6rt opened this issue May 22, 2017 · 1 comment
Open

slip ignores containerization #6262

p6rt opened this issue May 22, 2017 · 1 comment
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented May 22, 2017

Migrated from rt.perl.org#131344 (status was 'new')

Searchable as RT131344$

@p6rt
Copy link
Author

p6rt commented May 22, 2017

From @dogbert17

# system
dogbert@​dogbert-VirtualBox ~ $ perl6 -v
This is Rakudo version 2017.05-30-g32eb285f1 built on MoarVM version 2017.05
implementing Perl 6.c.

# the problem take one
dogbert@​dogbert-VirtualBox ~ $ perl6 -e 'my $l = (1, 2, 3); say (0, slip $l).perl'
(0, 1, 2, 3)

# the problem take two
dogbert@​dogbert-VirtualBox ~ $ perl6 -e 'my $l = (1, 2, 3); say (0, $(slip $l)).perl'
(0, 1, 2, 3)

There's reason to suspect that the correct result, in both cases, should have been
(0, $(1, 2, 3))

Zoffix++ found a suspicious commit, i.e. rakudo/rakudo@37d0e46

@p6rt p6rt added the regression Issue did not exist previously label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant