-
Notifications
You must be signed in to change notification settings - Fork 242
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
Document deprecation process #67
Labels
Comments
Suggest adding to a cfe/docs/src/*.dox file and referencing such that it gets into the autogenerated documentation. |
chillfig
pushed a commit
to chillfig/cFS
that referenced
this issue
Mar 17, 2022
Bit field behavior is platform-specific, bits are not specified to be in any particular order. Furthermore, unions of bitfields are likely undefined behavior. This removes the bitfields and replaces with normal fields.
chillfig
pushed a commit
to chillfig/cFS
that referenced
this issue
Mar 17, 2022
Fix nasa#67, remove use of bitfields in CF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Process not documented
Describe the solution you'd like
Document process and reference.
Describe alternatives you've considered
Wing it.
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: