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
F14073814: D17748.diff
Thu, Nov 21, 2:35 AM
Unknown Object (File)
Sun, Nov 17, 9:48 AM
Unknown Object (File)
Sat, Nov 9, 1:28 PM
Unknown Object (File)
Thu, Oct 24, 5:06 AM
Unknown Object (File)
Oct 21 2024, 3:56 PM
Unknown Object (File)
Oct 11 2024, 4:03 PM
Unknown Object (File)
Sep 6 2024, 12:04 AM
Unknown Object (File)
Sep 6 2024, 12:04 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.