Page MenuHomePhabricator

Make exception reporting from `arc` be in red
ClosedPublic

Authored by alexmv on Apr 20 2017, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 5, 7:39 PM
Unknown Object (File)
Sat, Dec 21, 1:58 PM
Unknown Object (File)
Fri, Dec 20, 7:28 AM
Unknown Object (File)
Dec 6 2024, 4:22 AM
Unknown Object (File)
Dec 5 2024, 1:15 PM
Unknown Object (File)
Nov 25 2024, 3:54 PM
Unknown Object (File)
Nov 25 2024, 2:41 PM
Unknown Object (File)
Nov 21 2024, 2:35 AM
Subscribers

Details

Summary

Many other status updates (such as "Builds passed!") show up
in bright background colors, making them more salient than a final
fatal "Exception".

Make exception reporting be just as colorful, so it stands out.

Test Plan

Added an explicit throw new Exception("!!!") and saw it
in red.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

For consistency with other similar color blocks, consider ** %s ** (that is, put spaces around the string so there's more color at either end).

This revision is now accepted and ready to land.Apr 20 2017, 10:11 PM
This revision was automatically updated to reflect the committed changes.