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 #2128, use correct loop var in add_cfe_app_dependency #2129

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
This function was not using the loop variable, so ended up adding only the first item.

Fixes #2128

Testing performed
Call add_cfe_app_dependency with multiple items

Expected behavior changes
All dependency items get registered, and compilation gets full API include paths, not just the first one.

System(s) tested on
Ubuntu 22.04

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

This function was not using the loop variable, so ended up adding
only the first item.
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jul 29, 2022
@skliper skliper added this to the Draco milestone Jul 29, 2022
@dzbaker dzbaker added CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Aug 4, 2022
dzbaker added a commit to nasa/cFS that referenced this pull request Aug 4, 2022
*Combines:*

cfe v7.0.0-rc4+dev157
osal v6.0.0-rc4+dev103

*Includes*
- nasa/cFE#2129, use correct loop var in add_cfe_app_dependency
- nasa/cFE#2117, Automatic suppression of flooding events
- nasa/cFE#2126, Remove stray TODO in UT
- nasa/osal#1274, Remove stray terminators
- nasa/osal#1276, Add RTEMS timebase callback wrapper

Co-authored by: Joseph Hickey  <[email protected]>
Co-authored by: Jacob Hageman  <[email protected]>
Co-authored by: Jose Martinez Pedraza <[email protected]>
@dzbaker dzbaker mentioned this pull request Aug 4, 2022
2 tasks
@dzbaker dzbaker merged commit c2db636 into nasa:main Aug 4, 2022
dzbaker added a commit to nasa/cFS that referenced this pull request Aug 4, 2022
*Combines:*

cfe v7.0.0-rc4+dev157
osal v6.0.0-rc4+dev103

*Includes*
- nasa/cFE#2129, use correct loop var in add_cfe_app_dependency
- nasa/cFE#2117, Automatic suppression of flooding events
- nasa/cFE#2126, Remove stray TODO in UT
- nasa/osal#1274, Remove stray terminators
- nasa/osal#1276, Add RTEMS timebase callback wrapper

Co-authored by: Joseph Hickey  <[email protected]>
Co-authored by: Jacob Hageman  <[email protected]>
Co-authored by: Jose Martinez Pedraza <[email protected]>
@jphickey jphickey deleted the fix-2128-add-dependency branch October 20, 2022 20:39
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 draco-rc3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only the first item passed to add_cfe_app_dependency() function is actually registered
3 participants