Fix merge conflicts in PR #998 #1028
Fix merge conflicts in PR #998 #1028astrogeco wants to merge 4 commits intointegration-candidatefrom
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. |
skliper
left a comment
There was a problem hiding this comment.
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