Page MenuHomePhabricator

Add a support class to simplify typechecking list-of-objects return values
ClosedPublic

Authored by epriestley on May 28 2020, 2:30 PM.
Tags
None
Referenced Files
F15512117: D21293.id.diff
Thu, Apr 17, 8:20 AM
F15506685: D21293.diff
Tue, Apr 15, 1:19 PM
F15491471: D21293.id50707.diff
Sat, Apr 12, 4:02 AM
F15490071: D21293.diff
Fri, Apr 11, 2:04 PM
F15490031: D21293.id.diff
Fri, Apr 11, 2:03 PM
F15490001: D21293.id50705.diff
Fri, Apr 11, 2:03 PM
F15489997: D21293.id50707.diff
Fri, Apr 11, 2:03 PM
F15488875: D21293.id50705.diff
Fri, Apr 11, 3:46 AM
Subscribers
None

Details

Summary

With some frequency, code wants to assert that some "$o->m()" returns a list of objects of type X, possibly with unique values for some "getKey()"-style method result.

Existing checks via PhutilTypeMap and assert_instances_of() aren't quite powerful enough to do this while producing an easily understandable error state. We want to know that the error arose from a call to "$o->m()" in particular.

Test Plan

Currently used elsewhere, in Piledriver code.

Diff Detail

Repository
rARC Arcanist
Branch
acheck1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 24525
Build 33798: Run Core Tests
Build 33797: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 28 2020, 2:33 PM
This revision was automatically updated to reflect the committed changes.