-
Notifications
You must be signed in to change notification settings - Fork 542
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
stdio.h:Remove unnecessary header file, app header change #2832
Conversation
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. While it addresses some aspects, it lacks crucial details. Here's a breakdown of what's missing: Summary:
Impact:
Testing:
Example of a better PR Description: SummaryThis PR removes unnecessary inclusion of Impact
TestingBuild Host: Linux (Ubuntu 20.04), x86_64, GCC 9.4.0 Target: sim:nsh Testing logs before change:
Testing logs after change:
This improved example provides much more context and detail, making it easier for reviewers to understand and evaluate the PR. Remember to adapt it to your specific changes and provide concrete evidence of the problem and the solution. |
Hello, The PR description is a bit confusing: It says remove stdio.h, but the PR does not remove stdio.h. It adds other includes. Perhaps a better description is "Add missing includes" or something like that? Thanks |
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.
please add a commit message to document the new headers
@hartmannathan apache/nuttx#14697 in |
stdio.h remove <nuttx/xxxx.h> Some .c previously depended on <nuttx/xxx.h> and needed to be added to .c instead of stdio.h Signed-off-by: anjiahao <[email protected]>
Summary
Remove stdio.h unnecessary header file
Impact
Many compilation configs rely on removing redundant header files in stdio
Testing
build sim:nsh