X Tutup
The Wayback Machine - https://web.archive.org/web/20200916190728/https://github.com/nodegit/nodegit/pull/1467/commits
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

Output warning in JSON generator if an unmatched argument is found in descriptor.json #1467

Open
wants to merge 1 commit into
base: master
from

Commits on Mar 20, 2018

  1. Output warning if unmatched arg name used in generator

    When making additions to the NodeGit API, it is necessary to make
    changes to the descriptor.json. Small typos can cause the generated
    code to not match the expected output. We should generate a warning
    if an argument name used in descriptor.json does not match the name
    in the C function. This will help make it a lot easier to discover
    problems in the handwritten descriptor.json file.
    
    Signed-off-by: Remy Suen <remy.suen@gmail.com>
    rcjsuen committed Mar 20, 2018
You can’t perform that action at this time.
X Tutup