-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
make tidy output on Travis is hard to read #21322
Copy link
Copy link
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The output chock is full of NOTEs, which distract the eye from the actual problem. example
I'm guessing that these NOTEs aren't really useful in Travis test builds? Would it make sense to remove them?
Potential alternate solution is to highlight the failures in red: #18826