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

osal Integration Candidate: Caelum+dev2 #1212

Merged
merged 14 commits into from
Jan 21, 2022
Merged

osal Integration Candidate: Caelum+dev2 #1212

merged 14 commits into from
Jan 21, 2022

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Jan 19, 2022

Describe the contribution

PR #1206, Search global and local symbol tables
PR #1201, Add missing space to UtAssert_STUB_COUNT
PR #1202, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_ macros
PR #1203, correct warnings on gcc11
PR #1211, Set output in OS_stat handler

PR #1190,

Testing performed
osal Checks https://github.com/nasa/osal/pull/1212/checks
cFS Bundle Checks https://github.com/nasa/cFS/pull/410/checks

Expected behavior changes
See PRs

System(s) tested on
Ubuntu 18.04
RTEMS

Additional context
Part of nasa/cFS#410

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request

@ArielSAdamsNASA
@skliper
@jphickey
@kurtjd

arielswalker and others added 12 commits October 27, 2021 14:59
These new warnings are detected by the new compiler. They are all places
in unit test where an uninitialized value is passed via "const" pointer
into a unit under test.  By definition a "const" pointer is always an
input.

While the warning is pedantically true - should not pass an uninitialized
struct as an input - these were all unit tests where the object value
is a don't-care value, so it does not matter.  But to fix the warning,
simply need to initialize a value before making the call.
- Refactors symbol table searching to include
  both local and global symbol tables for POSIX
- Renamed global search to generic since there
  isn't currently a use case for global only search
Fix #1204, Search global and local symbol tables #1206
…ert_STUB_COUNT

Fix #1200, Add missing space to UtAssert_STUB_COUNT
…uivalents-for-UtAssert_UINT32-macros

Fix #1196, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_<Comparison> macros
Fix #1199, correct warnings on gcc11

 # Please enter a commit message to explain why this merge is necessary,
@astrogeco astrogeco changed the title osal IC:Caelum+dev2 osal Integration Candidate: Caelum+dev2 Jan 20, 2022
Fix #1188, Reuse CodeQL, Static Analysis, Format Check
@astrogeco astrogeco marked this pull request as draft January 20, 2022 18:11
@astrogeco astrogeco marked this pull request as ready for review January 21, 2022 20:52
@astrogeco astrogeco merged commit f75f67c into main Jan 21, 2022
astrogeco added a commit to nasa/cFS that referenced this pull request Jan 21, 2022
Combines:

nasa/cFE#2019, cFE v7.0.0-rc4+dev60
nasa/osal#1212, osal v6.0.0-rc4+dev29
nasa/sch_lab#105, sch_lab v2.5.0-rc4+dev13

Includes:

*cFE*

nasa/cFE#2033, Add CFE_ES_AppInfo_t element documentation
nasa/cFE#2011, Reuse CodeQL, Static Analysis, and Format Check
nasa/cFE#2015, Add FS Functional test
nasa/cFE#2012, Fix mismatched foreach in cmake function
nasa/cFE#2013, Improved code highlighting in cFE Application Developers Guide
nasa/cFE#2027, CFE_FS_ParseInputFileNameEx avoid uninit var
nasa/cFE#2031, Fix array length calculation for perf structs
nasa/cFE#2023, Limit SBR UT loops
nasa/cFE#2029, Initialize BlockData in ES UT
nasa/cFE#2025, Fix osal_id_t type conversion in es_UT.c

*osal*

nasa/osal#1206, Search global and local symbol tables
nasa/osal#1201, Add missing space to UtAssert_STUB_COUNT
nasa/osal#1202, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_<Comparison> macros
nasa/osal#1203, correct warnings on gcc11
nasa/osal#1211, Set output in OS_stat handler
nasa/osal#1190, Reuse CodeQL, Static Analysis, Format Check

*other*

nasa/sch_lab#104, Add option to configure base tick rate

*Continuous Integration Updates*

nasa/PSP#317, Reuse CodeQL, Static Analysis, and Format Check

nasa/sample_lib#72, Reuse CodeQL, Static Analysis, and Format Check
nasa/sample_app#162, Reuse CodeQL, Static Analysis, and Format Check
nasa/ci_lab#100, Reuse CodeQL, Static Analysis, and Format Check
nasa/to_lab#111, Reuse CodeQL, Static Analysis, and Format Check

nasa/tblCRCTool#59, Reuse CodeQL, Static Analysis, and Format Check
nasa/elf2cfetbl#97, Reuse CodeQL, Static Analysis, and Format Check
nasa/cFS-GroundSystem#200, Reuse CodeQL, Static Analysis, and Format Check

Co-authored-by: Ariel Adams     <[email protected]>
Co-authored-by: Jacob Hageman   <[email protected]>
Co-authored-by: Joseph Hickey   <[email protected]>
Co-authored-by: Kurtis Dinelle  <[email protected]>
Co-authored-by: Paul            <[email protected]>
Co-authored-by: Adrien Chardon  <[email protected]>
@skliper skliper added this to the Draco milestone Mar 25, 2022
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.

Reuse CodeQL, Format Checker, and Static Analysis Workflows
5 participants