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

Fix #46, use generated stubs #47

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Separate the global variables into separate stub source units, then re-run the stub generator for all internal APIs. The committed result here is the exact output of the tool, unmodified.

This eases future maintenance, when an internal API changes one just needs to re-run the stub generator tool to update it

Fixes #46

Testing performed
Build and run all tests. (Affects UT only)

Expected behavior changes
Stubs easier to maintain going forward. No changes in behavior.

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Separate the global variables into separate stub source units, then
re-run the stub generator for all internal APIs. The committed result
here is the exact output of the tool, unmodified.

This eases future maintainence, when an internal API changes one just
needs to re-run the stub generator tool to update it
@dzbaker dzbaker merged commit 3ad3330 into nasa:main Mar 23, 2023
@jphickey jphickey deleted the fix-46-gen-stubs branch March 31, 2023 13:46
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Generated Stubs
4 participants