witty-crayon-22786
06/23/2020, 9:38 PMdependencies --transitive :: is very surprisingwitty-crayon-22786
06/23/2020, 9:38 PMtransitive_targets.closure - FrozenOrderedSet(transitive_targets.roots) … will be empty.hundreds-father-404
06/23/2020, 9:38 PMhundreds-father-404
06/23/2020, 9:39 PM--transitive include self, or should we add something like we have with --dependees-closed?witty-crayon-22786
06/23/2020, 9:40 PM--closed might make sense, especially if it is on by defaultwitty-crayon-22786
06/23/2020, 9:40 PMhundreds-father-404
06/23/2020, 9:41 PMwitty-crayon-22786
06/23/2020, 9:41 PMroot subtraction might be wrong there?witty-crayon-22786
06/23/2020, 9:43 PMTransitiveTargets should not be including the roots in the closure , and that there should be some other method that combines the twohundreds-father-404
06/23/2020, 9:43 PMit’s possible that TransitiveTargets should not be including the roots in the closureI’ve wanted this for a while. I was thinking we change the dataclass to be
roots and dependencies, then have a memoized property closurewitty-crayon-22786
06/23/2020, 9:45 PM