-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Verify arguments to parallel / series #4
Comments
I'm good with that. I have been using |
pkozlowski-opensource
added a commit
to pkozlowski-opensource/bach
that referenced
this issue
Aug 10, 2014
phated
pushed a commit
that referenced
this issue
Jun 27, 2016
phated
pushed a commit
that referenced
this issue
Jun 27, 2016
phated
pushed a commit
that referenced
this issue
Jun 27, 2016
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Passing a non-function (ex. undefined) to series / parallel results in an "obscure" error from underlying libraries. Arguments supplied to parallel / series should probably be verified and an explicit error should be thrown if any of the arguments is not a function.
Happy to send a PR if this makes sense.
The text was updated successfully, but these errors were encountered: