buck2 icon indicating copy to clipboard operation
buck2 copied to clipboard

`tuple` is not implemented for tuples...?

Open 9999years opened this issue 3 months ago • 0 comments

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]],
           |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
           |

9999years avatar Oct 16 '25 23:10 9999years