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

Zip should panic if args are not slice/array #123

Closed
dolmen opened this issue May 7, 2021 · 1 comment
Closed

Zip should panic if args are not slice/array #123

dolmen opened this issue May 7, 2021 · 1 comment

Comments

@dolmen
Copy link

dolmen commented May 7, 2021

Zip should panic (like Join does) if argument are not slice/array because this is a error of the programmer. Currently it silently returns []Tuple{}.

@thoas thoas closed this as completed in c274694 Jul 6, 2021
@thoas
Copy link
Owner

thoas commented Jul 6, 2021

fixed

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

2 participants