aloof-angle-91616
02/26/2020, 1:21 AMPayload
object to encompass what we use TargetAdaptor
for currently. because Payload
was always intended to be a correctly-hashable bunch of data, i think Payload
instances have all the properties we want from @dataclass(frozen=True)
objects (they even have their own freeze method!) https://github.com/pantsbuild/pants/pull/8760