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 #1359, add assert macros for other data types #1375

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Adds generic macros for asserting on integer values that can work with any integer data type, including size_t and 64-bit values where needed.

Fixes #1359

Testing performed
Build and run all tests

Expected behavior changes
New assert macros available.
Some logs have a slightly different output format but shouldn't affect much.

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Adds generic macros for asserting on integer values that can work with
any integer data type, including size_t and 64-bit values where needed.
@dzbaker dzbaker added the CCB:Approved Indicates code review and approval by community CCB label Mar 16, 2023
dzbaker added a commit to nasa/cFS that referenced this pull request Mar 16, 2023
*Combines:*

osal v6.0.0-rc4+dev209
cFE v7.0.0-rc4+dev154

**Includes:**

*osal*
- nasa/osal#1375

*cFE*
- nasa/cFE#2256

Co-authored by: Joseph Hickey <jphickey@users.noreply.github.com>
@dzbaker dzbaker merged commit c60fb2c into nasa:main Mar 16, 2023
dzbaker added a commit to nasa/cFS that referenced this pull request Mar 17, 2023
*Combines:*

osal v6.0.0-rc4+dev209
cFE v7.0.0-rc4+dev154

**Includes:**

*osal*
- nasa/osal#1375

*cFE*
- nasa/cFE#2256

Co-authored by: Joseph Hickey <jphickey@users.noreply.github.com>
@jphickey jphickey deleted the fix-1359-assert-sizet branch March 17, 2023 13:10
@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
Labels
CCB:Approved Indicates code review and approval by community CCB Equuleus-rc1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add UtAssert_SIZET_EQ
3 participants