happy-kitchen-89482
09/30/2019, 8:09 PMRuleIndex
is already a datatype, so why not use that directly?witty-crayon-22786
09/30/2019, 8:10 PMhappy-kitchen-89482
09/30/2019, 8:10 PMhappy-kitchen-89482
09/30/2019, 8:27 PMBuildConfiguration
happy-kitchen-89482
09/30/2019, 8:27 PMwitty-crayon-22786
09/30/2019, 8:31 PMhappy-kitchen-89482
09/30/2019, 8:34 PMaloof-angle-91616
09/30/2019, 8:41 PMhundreds-breakfast-49010
09/30/2019, 8:41 PMhappy-kitchen-89482
09/30/2019, 9:23 PMBuildFileAddress
and Address
aren't `datatype`s (or `dataclass`es). How is it we can use them in rules?witty-crayon-22786
09/30/2019, 9:32 PMwitty-crayon-22786
09/30/2019, 9:32 PMhappy-kitchen-89482
09/30/2019, 9:33 PMwitty-crayon-22786
09/30/2019, 9:33 PMwitty-crayon-22786
09/30/2019, 9:34 PMhappy-kitchen-89482
09/30/2019, 9:38 PMpath/to/dir::
glob)happy-kitchen-89482
09/30/2019, 9:39 PMhappy-kitchen-89482
09/30/2019, 9:39 PMhappy-kitchen-89482
09/30/2019, 9:40 PMhappy-kitchen-89482
09/30/2019, 9:40 PMhundreds-breakfast-49010
09/30/2019, 9:53 PMPythonBinaryAdaptor
, how can I get access to the SourceFields
associated with it?hundreds-breakfast-49010
09/30/2019, 9:53 PMpython_binary_adaptor.sources
gets me a value of type EagerFilesetWithSpec
, which is not what I wantaloof-angle-91616
09/30/2019, 11:25 PMhundreds-breakfast-49010
09/30/2019, 11:27 PMaloof-angle-91616
09/30/2019, 11:27 PMhundreds-breakfast-49010
09/30/2019, 11:28 PMaloof-angle-91616
09/30/2019, 11:28 PMhundreds-breakfast-49010
10/01/2019, 12:58 AM@rules
where we use a native python collection type, like a list or a tuple, as one of the inputs?hundreds-breakfast-49010
10/01/2019, 12:59 AM@rule(SomeOutputType, [List[HydratedTarget], SomeOtherType])
, or something along those linesaloof-angle-91616
10/01/2019, 12:59 AM