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 #152, adjust subscription table based on apps present #153

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Create an inclusion preprocessor macro for each app referred to in the subscription table, and only include that line if the app is present in the current configuration.

In particular, do not assume that sample_app will always be there.

Fixes #152

Testing performed
Build TO_LAB without SAMPLE_APP and confirm successful

Expected behavior changes
Presence of other apps is not assumed/hardcoded in the subscription table

System(s) tested on
Debian

Additional context
This should fix workflow errors where apps are built with TO_LAB but without SAMPLE_APP.

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

Create an inclusion preprocessor macro for each app referred to in the
subscription table, and only include that line if the app is present in
the current configuration.

In particular, do not assume that sample_app will always be there.
@jphickey jphickey added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Apr 12, 2023
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@dzbaker dzbaker added CCB:Approved Indicates approval by CCB and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) CCB:FastTrack labels Apr 13, 2023
@dzbaker dzbaker merged commit 232051d into nasa:main Apr 13, 2023
@jphickey jphickey deleted the fix-152-subs-table branch November 16, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates approval by CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default/Example table assumes presence of other apps
2 participants