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

Address #8 spurious error with zero-arg method sigs. #43

Merged
merged 1 commit into from
Jul 15, 2015

Conversation

jcflack
Copy link
Contributor

@jcflack jcflack commented Jul 15, 2015

Spun the loop in parseParameters slightly so it doesn't complain in the
corner case of an explicit method signature of no parameters. Also made
the messages clearer for when the signature really doesn't match what's
expected.

Will resolve #8, I dare to hope.

Spun the loop in parseParameters slightly so it doesn't complain in the
corner case of an explicit method signature of no parameters. Also made
the messages clearer for when the signature really doesn't match what's
expected.
thallgren added a commit that referenced this pull request Jul 15, 2015
Address #8 spurious error with zero-arg method sigs.
@thallgren thallgren merged commit 523d169 into tada:master Jul 15, 2015
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

Successfully merging this pull request may close these issues.

No-arg functions unusable: "To many parameters - expected 0"
2 participants