-
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
Address comments from #2485 #2542
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.
I see the requested changes and tests there-in. Code looks good. QL checks all seem to be false-positives.
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.
Just a couple more comments...
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.
Good changes!
@bocchino I think this is ready. Would you triage the CI annotations? |
Done. |
There's one more fix I'd like to do on this branch before merging it. That's to merge in devel and replace |
Use FwSizeStore type to serialize size values
Temporarily change type settings, for testing
The last commit is for CI checking. It needs one more change before it's ready for merge. |
I reverted the temporary change. |
My changes are done, once CI passes. |
With the change in FwSizeType to I64, I noticed some new compiler warnings in the FPP compilation checks, which have |
Closes #2530.