Conversation
Why: Just fix some minor style inconsistency What: - Rename source_attr to SOURCE_ATTR - Rename old_bazel_attributes to version_specific_attributes - Format load - Remove unused code_checker_test rule - Remove warning function
Szelethus
left a comment
There was a problem hiding this comment.
I like all of the changes besides the removal of the warning function. What is the design philosophy behind that change? Personally, I think it is a change for the worse.
If we leave that function in, the rest of the patch LGTM.
Szelethus
left a comment
There was a problem hiding this comment.
Please consider restoring warning().
|
Hi @furtib and @Szelethus,
|
Done |
The intent of the original patch was to start using is later down the line. Also, we have plenty of unmerged PRs, I'm not sure which ones do actually use it.
Likewise! I guess that is a discussion-worthy topic; the rest of the changes are trivial. |
| "Unknown file extension for {} defaulting to c++ compile flags". | ||
| format(src.short_path) | ||
| ) | ||
| print("Unknown file extension for", src.short_path, "defaulting to C++ compile flags") |
There was a problem hiding this comment.
Woops, that slipped through. This was meant to be a warning.
Why:
Just fix some minor style inconsistency
What: