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 #105, Remove 'dummy' from variable names #370

Merged

Conversation

thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution
Fixes #105
Resubmission of #367
Somehow I tied myself in a few knots trying to squash the merge commit and some clang-format corrections into a single commit.
Anyway, this new PR is from an updated branch so there should be no merge commits I believe.

Removed (unnecessary) use of 'dummy' in several variable names and corresponding function names for completeness - e.g. cf_config_table_tests_set_table_to_nominal()). Note Dummy_CF_TsnChanAction_fn_t() left as is due to conflicting type defined with the exact same name as this function.

Testing performed
GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully (except cppcheck convert to sarif issue - already documented here: nasa/cFS#657)

Expected behavior changes
None

Contributor Info
Avi Weiss @thnkslprpt

@thnkslprpt thnkslprpt force-pushed the fix-105-remove-dummy-in-variable-names branch from e722d9e to 2074282 Compare March 14, 2023 02:34
@dzbaker dzbaker requested a review from chillfig March 16, 2023 18:32
Copy link
Contributor

@chillfig chillfig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@dzbaker dzbaker merged commit 049482c into nasa:main Mar 30, 2023
@thnkslprpt thnkslprpt deleted the fix-105-remove-dummy-in-variable-names branch March 30, 2023 20:48
@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.

Remove use of "dummy" in variable names
4 participants