quaint-telephone-89068
10/25/2022, 11:20 PM.zip
file, we'll still find Tar:
pants/src/python/pants/core/util_rules/archive.py
Lines 168 to 206 in </pantsbuild/pants/commit/636a5c7bcd609d1a4a44770a777ceb10e0a794fb|636a5c7>
Because UnzipBinary
is a singleton, there is nothing we can pass for the input of the Get
. So we either have to put the type in the @rule
signature or add a new type like UnzipBinaryRequest
, so you could do await Get(UnzipBinary, UnzipBinaryRequest)
.
Instead, I propose we allow await Get(UnzipBinary)
.
pantsbuild/pantsuser
10/25/2022, 11:20 PM