witty-crayon-22786
04/19/2019, 5:55 PMgentle-wolf-58752
04/19/2019, 5:56 PMwitty-crayon-22786
04/19/2019, 5:57 PMSubject
, an @rule
can consumes zero or more Params
from callerscompile
and compile_some_stuff
, they would not need to know about the existence of the `Workunit`: it would be propagated down to the relevant consumer automaticallygentle-wolf-58752
04/19/2019, 11:01 PMGet(Foo, Params((Bar, b), (Baz, c)))
from that issue?yield Get(Classpath, Params((Target, t), (Workunit, w)))
?witty-crayon-22786
04/19/2019, 11:40 PMdict
syntax, just because Params are unique by type
anyway, so the dict sends the right signalgentle-wolf-58752
04/19/2019, 11:52 PMwitty-crayon-22786
04/19/2019, 11:53 PM@rule(..., description=..)
or something, and then automatically created workunits at those boundaries...?gentle-wolf-58752
04/19/2019, 11:53 PMwitty-crayon-22786
04/19/2019, 11:54 PMgentle-wolf-58752
04/20/2019, 12:00 AM@rule
yield Get(...)
but instead is set up in / passed down from `@console_rule`s)witty-crayon-22786
04/20/2019, 12:01 AMgentle-wolf-58752
04/20/2019, 12:08 AMwitty-crayon-22786
04/20/2019, 1:27 AM