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

roundrobin has no “:with()” (roundrobin @a, @b, :with(&[==])) #5266

Open
p6rt opened this issue Apr 26, 2016 · 1 comment
Open

roundrobin has no “:with()” (roundrobin @a, @b, :with(&[==])) #5266

p6rt opened this issue Apr 26, 2016 · 1 comment

Comments

@p6rt
Copy link

p6rt commented Apr 26, 2016

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

Searchable as RT127992$

@p6rt
Copy link
Author

p6rt commented Apr 26, 2016

From @AlexDaniel

Code​:
say zip (1,2,3), (False,False), :with(&[==])

Result​:
(False False)

Code​:
say roundrobin (1,2,3), (False,False), :with(&[==])

Result​:
Unexpected named parameter 'with' passed
  in block <unit> at -e line 1

I am expecting roundrobin to behave similarly to zip.

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

No branches or pull requests

1 participant