buck2
buck2 copied to clipboard
`tuple` is not implemented for tuples...?
tuple[] is only implemented for variable-length homogeneous tuples, better known as lists:
6: error: `tuple[]` is implemented only for `tuple[T, ...]`
--> prelude/haskell/compile.bzl:760:40
|
760 | direct_deps_by_name: dict[str, tuple[Artifact | None, DynamicValue]],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|