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
F15395544: D17748.diff
Sun, Mar 16, 7:51 AM
F15392285: D17748.id42693.diff
Sat, Mar 15, 2:18 PM
F15343179: D17748.id42691.diff
Sun, Mar 9, 10:14 PM
Unknown Object (File)
Wed, Feb 19, 12:31 AM
Unknown Object (File)
Sun, Feb 16, 3:45 PM
Unknown Object (File)
Feb 13 2025, 6:30 PM
Unknown Object (File)
Feb 6 2025, 2:14 AM
Unknown Object (File)
Feb 5 2025, 3:27 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
Branch
up-red-exception (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16620
Build 22162: Run Core Tests
Build 22161: arc lint + arc unit

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.