Output warning in JSON generator if an unmatched argument is found in descriptor.json by rcjsuen · Pull Request #1467 · nodegit/nodegit
-
Notifications
You must be signed in to change notification settings - Fork 700
Conversation
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>
This was referenced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters