-
Couldn't load subscription status.
- Fork 121
Consolidate helper functions for pretty messages #565
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
Conversation
Code Review Agent Run #599c13Actionable Suggestions - 2
Additional Suggestions - 1
Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
099d3ba to
f7d56c4
Compare
Code Review Agent Run #67cd2cActionable Suggestions - 0Review Details
|
f7d56c4 to
26eb7d2
Compare
This commit provides variants of 'notice' function: - notice(x) : colored as green - warn(x) : colored as yellow The suffix 'x' indicates the use as function calls in Makefile.
26eb7d2 to
89e89df
Compare
Code Review Agent Run #69f450Actionable Suggestions - 0Additional Suggestions - 1
Review Details
|
This commit provides variants of 'notice' function:
The suffix 'x' indicates the use as function calls in Makefile.
Summary by Bito
This PR implements a unified message formatting system for build output, introducing color-coded helper functions for standardized notice and warning messages. The changes consolidate multiple printf statements into consistent notice and warning functions, with support for both regular and shell-specific variants. The implementation uses green coloring for notices and yellow for warnings, improving build output readability.Unit tests added: False
Estimated effort to review (1-5, lower is better): 2