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)
Tue, Jan 7, 4:57 AM
Unknown Object (File)
Thu, Dec 12, 12:24 AM
Unknown Object (File)
Wed, Dec 11, 6:30 AM
Unknown Object (File)
Dec 9 2024, 5:05 AM
Unknown Object (File)
Dec 8 2024, 3:04 AM
Unknown Object (File)
Dec 4 2024, 3:33 AM
Unknown Object (File)
Nov 30 2024, 2:43 PM
Unknown Object (File)
Nov 26 2024, 12:45 PM
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.