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

Allow nfbind bound function to handle missing args #753

Open
wants to merge 2 commits into
base: v1
Choose a base branch
from
Open

Allow nfbind bound function to handle missing args #753

wants to merge 2 commits into from

Commits on Dec 31, 2015

  1. Allow nfbind bound function to handle missing args

    The function bound by nfbind will behave properly when invoked with
    fewer args than expected, because we pad out the missing args before
    appending the callback.
    denised committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    f493930 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. cleanups

    remove one array allocation and clean up styling inconsistencies
    denised committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    36f8c42 View commit details
    Browse the repository at this point in the history