-
Notifications
You must be signed in to change notification settings - Fork 47.7k
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
Fix function arity issues #9817
Comments
Want me to rebase #9815 later? |
Oh hey! Didn't see that PR yet. PR #9816 resolves a few of the issues but not all of them. Happy to help track down the others. |
So did #9815 enable arity checks? Or do they need explicit opt in? |
Looks like #9815 turned them on, based on this which says:
I'm guessing that means we can close this now. I'm going to do that. If anyone knows of a reason to reopen it, let me know. 😄 |
Flow 0.46+ supports verifying the number of arguments passed to a function.
Enabling this feature (
experimental.strict_call_arity=true
) and updating to Flow ^0.46.0 in master results in 40 arity errors.The text was updated successfully, but these errors were encountered: