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
Unknown Object (File)
Thu, Apr 11, 8:09 AM
Unknown Object (File)
Fri, Mar 29, 9:33 AM
Unknown Object (File)
Jan 21 2024, 3:16 PM
Unknown Object (File)
Jan 19 2024, 10:08 PM
Unknown Object (File)
Jan 16 2024, 11:11 PM
Unknown Object (File)
Dec 27 2023, 1:24 PM
Unknown Object (File)
Dec 25 2023, 9:06 AM
Unknown Object (File)
Dec 23 2023, 7:04 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.