fast-nail-55400
02/09/2022, 11:08 PMincompatible type "Tuple[ClasspathEntry, ...]"; expected "Collection[ClasspathEntry]" [arg-type]
Shouldn’t a tuple be a collection?hundreds-father-404
02/09/2022, 11:08 PMCollection
from pants.engine.fs
or from typing
?fast-nail-55400
02/09/2022, 11:10 PMtyping
until you askedhundreds-father-404
02/09/2022, 11:10 PMfast-nail-55400
02/09/2022, 11:10 PMtuple
so going to make the type ascription be a tuple
hundreds-father-404
02/09/2022, 11:11 PMCollection
is literally just a newtype of tuple