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

Update out-of-sync function prototype/implementation parameter names #56

Closed
2 tasks done
thnkslprpt opened this issue Jun 8, 2023 · 0 comments · Fixed by #57
Closed
2 tasks done

Update out-of-sync function prototype/implementation parameter names #56

thnkslprpt opened this issue Jun 8, 2023 · 0 comments · Fixed by #57

Comments

@thnkslprpt
Copy link
Contributor

Checklist

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
There are a couple of out-of-sync function declarations/prototypes with parameter names not matching the implementation.

Code snips
Example

PyObject *CFE_MissionLib_Python_Interface_GetFromIntfName(CFE_MissionLib_Python_Database_t *dbobj, PyObject *IntfName)

PyObject *CFE_MissionLib_Python_Interface_GetFromIntfName(CFE_MissionLib_Python_Database_t *obj, PyObject *InterfaceName);

Expected behavior
Update for consistency.

Reporter Info
Avi Weiss @thnkslprpt

thnkslprpt added a commit to thnkslprpt/EdsLib that referenced this issue Jun 8, 2023
jphickey added a commit that referenced this issue Nov 16, 2023
…tion-prototype-paramater-names

Fix #56, Update out-of-sync function paramater names and correct typos
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 a pull request may close this issue.

1 participant