Page MenuHomePhabricator

Introduce ConstraintReport class
Closed, ResolvedPublic

Description

A ConstraintReport would be a list of CheckResults, along with meta information about the whole collection. DelegatingConstraintChecker could be changed to return this class (instead of a CheckResult[]), and perhaps be renamed to ConstraintReportBuilder so that it doesn’t sound like it implements ConstraintChecker.