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 #102, Move variables declared mid-function to the top #103

Merged

Conversation

thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution
Fixes #102
A few stray variables in the test code that were declared mid-function were moved to the top of their respective functions.

Testing performed
GitHub CI actions all passing successfully.

Expected behavior changes
All variables declared top of function as per cFS conventions/guidelines - eases future maintenance and improves consistency.

Contributor Info
Avi Weiss @thnkslprpt

@dzbaker dzbaker requested a review from havencarlson May 4, 2023 18:38
@thnkslprpt thnkslprpt force-pushed the fix-102-move-variables-declared-mid-function branch 2 times, most recently from 3ac92f5 to 00ddb8a Compare May 5, 2023 03:49
@dzbaker
Copy link
Contributor

dzbaker commented May 18, 2023

@thnkslprpt Would you be able to resolve the merge conflict?

@thnkslprpt thnkslprpt force-pushed the fix-102-move-variables-declared-mid-function branch from 00ddb8a to 15b99e7 Compare May 18, 2023 21:01
@thnkslprpt
Copy link
Contributor Author

@thnkslprpt Would you be able to resolve the merge conflict?

All cleared up now Dylan.

@dzbaker dzbaker merged commit e7afedc into nasa:main May 18, 2023
@thnkslprpt thnkslprpt deleted the fix-102-move-variables-declared-mid-function branch May 18, 2023 21:20
@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.

Variables declared mid-function in test code
5 participants