Page MenuHomePhabricator

Make CheckResult status serializable
Closed, DeclinedPublic

Description

The status of a CheckResult is a simple string, but we can reduce the size of the cached value by storing an abbreviated version. Right now it seems like taking the initial letter is actually unambiguous, so that should do fine.