-
Notifications
You must be signed in to change notification settings - Fork 204
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 merge conflicts in PR #998 #1028
Conversation
Updates the unit tests, unit test support, and stubs to replace deprecated SB APIs with MSG APIs.
Update documentation to replace deprecated SB APIs with MSG APIs
Update the core software from the deprecated SB APIs to the MSG APIs.
5c7dce4
to
5c2b808
Compare
@jphickey and @skliper I tried to resolve the merge conflicts in #998 but I probably messed some things up. Some of the size_t changes did not play well with CFE_MSG_Size_t. I think I fixed all of them but it might be good to double check that everything works as intended. Feel free to force push to this branch and then we can either merge this one instead of #998 or force push to skliper/fix777-deprecate-sb |
5c2b808
to
325e9d2
Compare
Updated with my take - basically I did the same but as a merge (not rebase) and just resolved the conflicts, tested, etc. Mostly the same as what you had aside from some whitespace diffs and a few size_t/CFE_MSG_Size_t diffs. If you concur we should be able to just push (i.e. fast forward) the integration candidate here - don't really need a separate PR, I think. It's just a merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't check every line, but looks fine to me.
Describe the contribution
Took #998 and rebased on top of integration-candidate and attempted to solve merge conflicts
Testing performed
Built on docker container. Unit tests pass.
See https://github.com/astrogeco/cFS/actions for more tests