-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Data product framework support #2485
Conversation
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.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Remove unused code
Fix mistake in built-in Python autocoder types
Add _m prefix
Don't fail an assertion on bad serial input
Revise handling of serialize status
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.
Minor change and some questions
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.
Changing to approved, since the change I'm requesting is a small change that can be deferred.
@bocchino I would like you to answer to @timcanham's questions and tell me if we should defer and merge, or update and merge |
Will merge for now, comments can be addressed in a follow-up. |
* Pull in changes to Dp from data-products branch * Revise DpContainer * Address review comments * Revise DpContainer header Use FwSizeStore type to serialize size values * Revise serialization of size type * Revise FpConfig Temporarily change type settings, for testing * Revert change to type config * Revise comment * Add explicit cast to suppress compiler warning
This PR adds the following support for data products to the F Prime framework:
The next step is to add the data product support components in Svc.