-
Notifications
You must be signed in to change notification settings - Fork 15
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
Changes for sdk approval #132
Conversation
Angelyr
commented
Nov 24, 2024
- Removed usages of comm_world
- Provide a runtime API to return the current version number of the software.
- Have no hardwired print or IO statements that cannot be turned off.
- Added doxygen documentation
- Added smoke test
- version comparison preprocessor macros.
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.
LGTM. Thank you. A few comments are below.
Thanks Angel! I provided a few comments. |
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.
Updates look good. Thanks!
@cwsmith do you want to review this before 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.
Looks good. Thank you. I just had one question below.
Looks good. Thanks Angel! |